diff options
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | }: | 3 | }: |
4 | 4 | ||
5 | let | 5 | let |
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 {}))); |
9 | in | 9 | in |