haskell-flake/CHANGELOG.md
Sridhar Ratnakumar 5190f7e526
Refactor: move impl to inner config (#63)
Also 
- expose flake outputs in `config.haskellProjects.foo.outputs`.
- split the module so the main implementation lives in separate file (easier to modify in future PRs)
2023-02-06 15:18:05 -05:00

470 B

Revision history for haskell-flake

master branch

  • New features
    • #63: Add config.haskellProjects.${name}.outputs containing all flake outputs for that project.
  • API changes
    • #37: Group buildTools (renamed to tools), hlsCheck and hlintCheck under the devShell submodule option; and allow disabling them all using devShell.enable = false; (useful if you want haskell-flake to produce just the package outputs).

0.1.0

  • Initial release