mirror of
https://github.com/the-nix-way/dev-templates
synced 2025-08-27 03:41:40 +02:00
haskell: add haskell-language-server package
This commit is contained in:
parent
f381b8a291
commit
73a82ef9d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user