Added hlint

This commit is contained in:
Craige McWhirter 2020-10-08 13:49:54 +10:00
parent 2ff79e78ef
commit 5cc08c6cb0
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -4,9 +4,10 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs.haskellPackages; [
haskellPackages.cabal-install # Haskell software automation cabal-install # Haskell software automation
haskellPackages.ghc # Glasgow Haskell Compiler ghc # Glasgow Haskell Compiler
hlint # Haskell source linter
]; ];
} }