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

Merge pull request #15 from nothingmuch/haskell-language-server

haskell: add haskell-language-server package
This commit is contained in:
Luc Perkins 2023-05-26 00:27:42 +02:00 committed by GitHub
commit 31d4e8e11d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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