diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 15:45:29 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 15:45:29 -0700 |
commit | 2b17d6fc7d5a6cc8220a60b41d13e14e4f007d3d (patch) | |
tree | e4377036e2cc18e4e9d11c2cd32196334833883d /biz.nix | |
parent | f8b7d6c4eb9915515f3fecc2843eaab7e48df94d (diff) |
Get ghc with hoogle working (yay!)
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"; |