pkgs/haskell-modules: fix hoogleLocal docstring

wip/yesman
Profpatsch 7 years ago
parent 145be4e340
commit 4e6c41e7fa
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -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; };

Loading…
Cancel
Save