Merge branch 'hls' into args

This commit is contained in:
Ollie Charles 2021-02-06 15:37:49 +00:00
commit b2e02f123b

View File

@ -9,7 +9,7 @@ in
# You might want some extra tools in the shell (optional).
# Some common tools can be added with the `tools` argument
tools = { cabal = "3.2.0.0"; };
tools = { cabal = "3.2.0.0"; haskell-language-server = "latest"; };
# Prevents cabal from choosing alternate plans, so that
# *all* dependencies are provided by Nix.