Skip to content

Commit

Permalink
Add haskell-language-server to shell.nix (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Jun 29, 2021
1 parent 36627d8 commit 18a414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
}

0 comments on commit 18a414a

Please sign in to comment.