From 58d00038a26efad6f103f020410d11f9c114899d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 14 Dec 2021 08:14:12 -0500 Subject: Add custom package db to ghcPkgFindModule This means my call to ghc-pkg will look at the full package set from Hoogle. --- Biz/Bild/Deps/Haskell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Biz/Bild/Deps') diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index bbc8ac4..39139af 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -1,8 +1,6 @@ hpkgs: -# This is the global set of Haskell packages which gets deployed to Hoogle, and -# is used to create the global 'nix-shell' environment. Eventually, bild should -# create the environment for me. +# This is the global set of Haskell packages which gets deployed to Hoogle. with hpkgs; [ -- cgit v1.2.3