haskell-flake is a flake-parts module for Haskell development. It is used in haskell-template
and in several Haskell projects.
- Documentation: https://community.flake.parts/haskell-flake
haskell-flake
haskell-flake is a flake-parts module for Haskell development. It is used in haskell-template
and in several Haskell projects.
I wish to keep all the Nix code (flake.nix
) as small and simple as possible. This is why much of the Nix is delegated to haskell-flake
. Consequently, it also becomes easier for the user to do some Nix-based Haskell workflows (Iām yet to document these).
hlsCheck.enable = true
) from haskell-flake
: Tests that HLS continues to work with the project.