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 { mkShell {
name = "shell-buuka"; name = "shell-buuka";
buildInputs = [ buildInputs = [
hlint
ghcid ghcid
stylish-haskell stylish-haskell
cabal2nix cabal2nix