For the moment, we need a specific reference to 5.0.4
This will need to change if we stop arbitrarily tying "hoogle" to be 5.0.1.
This commit is contained in:
committed by
Peter Simons
parent
f16f2017ac
commit
c3974031dd
@@ -87,7 +87,7 @@ let
|
||||
packages = selectFrom self;
|
||||
hoogle = callPackage ./hoogle.nix {
|
||||
inherit packages;
|
||||
hoogle = self.hoogle_4_2_43;
|
||||
hoogle = self.hoogle_5_0_4;
|
||||
};
|
||||
in withPackages (packages ++ [ hoogle ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user