haskell: added Haskell-Language-Server & stylish-haskell
This commit is contained in:
parent
93ba6eb929
commit
49e08b20e4
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue