haskell-packages: bring hoogle to the masses by imlementing ghcWithHoogle

Replace `ghcWithPackages` to `ghcWithHoogle` in your config and enjoy.
This commit is contained in:
Jan Malakhovski
2015-08-18 19:56:16 +00:00
parent 0ccf8eae2f
commit d8487667cf
2 changed files with 21 additions and 6 deletions
@@ -98,6 +98,10 @@ stdenv.mkDerivation {
chmod +x $out/bin/hoogle
'';
passthru = {
isHaskellLibrary = false; # for the filter in ./with-packages-wrapper.nix
};
meta = {
description = "A local Hoogle database";
platforms = ghc.meta.platforms;