Merge branch 'master' into coverage-condition

This commit is contained in:
Ollie Charles 2021-06-29 17:52:03 +04:00 committed by GitHub
commit b61a5d7255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
in
hsPkgs.shellFor {
withHoogle = false;
tools = { cabal = "latest"; };
tools = { cabal = "latest"; haskell-language-server = "latest"; };
exactDeps = false;
buildInputs = [ pkgs.postgresql pkgs.pythonPackages.sphinx ];
}