aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index f1d55b5..ba7d852 100644
--- a/shell.nix
+++ b/shell.nix
@@ -19,9 +19,7 @@ let
19 19
20 haskellDeps = ps: with ps; [ 20 haskellDeps = ps: with ps; [
21 base 21 base
22 lens
23 parsec 22 parsec
24 mtl
25 ]; 23 ];
26 24
27 ghc = haskellPackages.ghcWithPackages haskellDeps; 25 ghc = haskellPackages.ghcWithPackages haskellDeps;