From 2b17d6fc7d5a6cc8220a60b41d13e14e4f007d3d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 3 Apr 2020 15:45:29 -0700 Subject: Get ghc with hoogle working (yay!) --- biz.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biz.nix') diff --git a/biz.nix b/biz.nix index 777c00a..f28e223 100644 --- a/biz.nix +++ b/biz.nix @@ -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"; -- cgit v1.2.3