Gabriella439 / haskell-nix

Nix and Haskell in production
1.14k stars 117 forks source link

shell.nix should modernised. #94

Open YellowOnion opened 3 years ago

YellowOnion commented 3 years ago

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