haskell-flake/CHANGELOG.md
Shivaraj B H 3a515400fd
Expose two templates: default and example (#69)
Co-authored-by: Sridhar Ratnakumar <srid@srid.ca>
2023-02-09 21:16:59 -05:00

1.0 KiB

Revision history for haskell-flake

master branch

  • New features
    • #63: Add config.haskellProjects.${name}.outputs containing all flake outputs for that project.
    • #49: The packages option now autodiscovers the top-level .cabal file as its default value.
    • #69: The default flake template creates flake.nix only, while the #example one creates the full Haskell project template.
  • 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).
    • #64: Remove hlintCheck (use treefmt-nix instead)
    • #52: Expose the final package set as finalPackages. Rename haskellPackages, accordingly, to basePackages. Overlays are applied on top of basePackage -- using source-overrides, overrides, packages in that order -- to produce finalPackages.

0.1.0

  • Initial release