haskell-nix
haskell-nix copied to clipboard
shell.nix should modernised.
the current recommended setup in project0 doesn't seem to work (throws errors for me), not composable with tools like haskell-language-server
or doctest
.
In this thread here
I was recommended to use newer more composable functions like pkgs.haskellPackages.developPackage
and haskellPackages.shellFor