pkgs/haskell-modules: fix hoogleLocal docstring

This commit is contained in:
Profpatsch 2017-08-06 21:46:22 +02:00
parent 145be4e340
commit 4e6c41e7fa
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ self: super: {
jailbreak-cabal = (disableSharedExecutables super.jailbreak-cabal).override { Cabal = self.Cabal_1_20_0_4; };
# enable using a local hoogle with extra packagages in the database
# nix-shell -p "haskellPackages.hoogleLocal (with haskellPackages; [ mtl lens ])"
# nix-shell -p "haskellPackages.hoogleLocal { packages = with haskellPackages; [ mtl lens ]; }"
# $ hoogle server
hoogleLocal = { packages ? [] }: self.callPackage ./hoogle.nix { inherit packages; };