From a05a41efe8960de358118a45e4e51eff1b5888fc Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Thu, 31 Dec 2020 08:24:31 +0200 Subject: [PATCH] Add hlint to the shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 62eef37..96c698f 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ in mkShell { name = "shell-buuka"; buildInputs = [ + hlint ghcid stylish-haskell cabal2nix