aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2d7864a..9c4dbfe 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,7 +3,7 @@
3}: 3}:
4 4
5let 5let
6 ghc = pkgs.haskell.packages.${compiler}.ghcWithPackages (ps: with ps; [ 6 ghc = pkgs.haskell.packages.${compiler}.ghcWithHoogle (ps: with ps; [
7 cabal-install hlint cabal2nix 7 cabal-install hlint cabal2nix
8 ] ++ (builtins.attrValues (import ./default.nix {}))); 8 ] ++ (builtins.attrValues (import ./default.nix {})));
9in 9in