Add hlint to the shell

This commit is contained in:
Mats Rauhala 2020-12-31 08:24:31 +02:00
parent 4806e06444
commit a05a41efe8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ in
mkShell {
name = "shell-buuka";
buildInputs = [
hlint
ghcid
stylish-haskell
cabal2nix