mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
haskell-packages: throw withHoogle away from the lib
This commit is contained in:
parent
0013743845
commit
c80af74a84
@ -82,11 +82,6 @@ rec {
|
||||
|
||||
triggerRebuild = drv: i: overrideCabal drv (drv: { postUnpack = ": trigger rebuild ${toString i}"; });
|
||||
|
||||
withHoogle = haskellEnv: with haskellEnv.haskellPackages;
|
||||
import ./hoogle.nix {
|
||||
inherit (pkgs) stdenv;
|
||||
inherit (pkgs.stdenv) lib;
|
||||
inherit hoogle rehoo ghc;
|
||||
packages = haskellEnv.paths;
|
||||
};
|
||||
#FIXME: throw this away sometime in the future. added 2015-08-18
|
||||
withHoogle = throw "withHoogle is no longer supported, use ghcWithHoogle instead";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user