haskell-hoogle: use latest version by default

This commit is contained in:
Peter Simons
2016-11-03 17:37:19 +01:00
parent c491309d61
commit 0018599a26
2 changed files with 3 additions and 2 deletions
@@ -80,7 +80,6 @@ let
packages = selectFrom self;
hoogle = callPackage ./hoogle.nix {
inherit packages;
hoogle = self.hoogle_5_0_4;
};
in withPackages (packages ++ [ hoogle ]);