diff options
author | Ben Sima <ben@bsima.me> | 2021-12-14 08:14:12 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-14 08:17:46 -0500 |
commit | 58d00038a26efad6f103f020410d11f9c114899d (patch) | |
tree | ad82924da4bd5c1bcf8c492a8a427a0cb4bed757 /Biz/Bild/Deps | |
parent | ddd8ca76de7fb32f2253986e425f161c11472cf0 (diff) |
Add custom package db to ghcPkgFindModule
This means my call to ghc-pkg will look at the full package set from Hoogle.
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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; [ |