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}"; });
|
triggerRebuild = drv: i: overrideCabal drv (drv: { postUnpack = ": trigger rebuild ${toString i}"; });
|
||||||
|
|
||||||
withHoogle = haskellEnv: with haskellEnv.haskellPackages;
|
#FIXME: throw this away sometime in the future. added 2015-08-18
|
||||||
import ./hoogle.nix {
|
withHoogle = throw "withHoogle is no longer supported, use ghcWithHoogle instead";
|
||||||
inherit (pkgs) stdenv;
|
|
||||||
inherit (pkgs.stdenv) lib;
|
|
||||||
inherit hoogle rehoo ghc;
|
|
||||||
packages = haskellEnv.paths;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user