aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-02 14:14:03 +0000
committerAkshay <[email protected]>2020-12-02 14:14:03 +0000
commite80d10cdc7c3ff1e00a698835acbef41eefb945b (patch)
tree2e111bcace1ed4c2ba839e2cbd817e380b7804e0 /shell.nix
parent7e617b670988e50c43a140a19033162c8695b716 (diff)
clean up day 2 with parsec
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;