haskell: added Haskell-Language-Server & stylish-haskell

This commit is contained in:
Serĉanto de Scio 2023-01-04 13:58:39 +10:00
parent 93ba6eb929
commit 49e08b20e4
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -7,6 +7,8 @@
environment.systemPackages = with pkgs.haskellPackages; [
cabal-install # Haskell software automation
ghc # Glasgow Haskell Compiler
haskell-language-server # LSP server for GHC
hlint # Haskell source linter
stylish-haskell # simple Haskell code prettifier
];
}