diff options
Diffstat (limited to 'biz.nix')
-rw-r--r-- | biz.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ in { deps = lists.flatten (seq (map (builtins.match "^-- : dep ([[:alnum:]._-]*)$") (lines content))); - ghc = ghc865_.ghcWithPackages (hp: depsToPackageSet hp deps); + ghc = ghc865_.ghcWithHoogle (hp: depsToPackageSet hp deps); in stdenv.mkDerivation { name = module; version = "0"; |