haskell-flake/CHANGELOG.md

15 lines
840 B
Markdown
Raw Normal View History

2023-02-02 03:15:24 +03:00
# 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).
2023-02-07 01:42:00 +03:00
- #64: Remove hlintCheck (use [treefmt-nix](https://github.com/numtide/treefmt-nix#flake-parts) 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`.
2023-02-02 03:15:24 +03:00
## 0.1.0
- Initial release