1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-04-26 15:55:19 +02:00

haskell: add haskell-language-server package

This commit is contained in:
Yuval Kogman 2023-05-25 22:06:50 +03:00
parent f381b8a291
commit 73a82ef9d7

View File

@ -18,7 +18,7 @@
in
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [ cabal-install ghc ];
packages = with pkgs; [ cabal-install ghc haskell-language-server ];
shellHook = with pkgs; ''
${ghc}/bin/ghc --version