diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-20 19:33:49 +0000 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-20 19:33:49 +0000 |
| commit | 290184457872be9e5b901eceb0d329ba7d782420 (patch) | |
| tree | 0cb69521e3a5ac085264ff7dee36620547049d95 | |
| parent | edfadd543cfdc32177e8cc4392ea598afb12f7c0 (diff) | |
| download | thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.gz thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.bz2 thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.xz thermoprint-290184457872be9e5b901eceb0d329ba7d782420.zip | |
dropped hoogle
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ let | |||
| 7 | cabal-install hlint cabal2nix | 7 | cabal-install hlint cabal2nix |
| 8 | hspec QuickCheck quickcheck-instances | 8 | hspec QuickCheck quickcheck-instances |
| 9 | ] ++ (builtins.attrValues (import ./default.nix {})); | 9 | ] ++ (builtins.attrValues (import ./default.nix {})); |
| 10 | ghc = pkgs.haskell.packages.${compilerName}.ghcWithHoogle packages; | 10 | ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages; |
| 11 | in | 11 | in |
| 12 | pkgs.stdenv.mkDerivation rec { | 12 | pkgs.stdenv.mkDerivation rec { |
| 13 | name = "thermoprint-env"; | 13 | name = "thermoprint-env"; |
