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:
Michael Alan Dorman
2016-09-20 12:04:47 +02:00
committed by Peter Simons
parent f16f2017ac
commit c3974031dd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 ]);