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
No known key found for this signature in database
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