From f5e043161d68842a79b5d60938bffc3f109eec6b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 9 Mar 2023 18:33:23 -0500 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c32d6..56ea492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - #49 & #91: The `packages` option now autodiscovers the top-level `.cabal` file (in addition to looking inside sub-directories) as its default value. - #69: The default flake template creates `flake.nix` only, while the `#example` one creates the full Haskell project template. - #92: Add `devShell.mkShellArgs` to pass custom arguments to `mkShell` + - #111: Add `devShell.extraLibraries` to add custom Haskell libraries to the devshell. - #100: `source-overrides` option now supports specifying Hackage versions. - 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).