hoogle: reference the older haskellSrcExts directly

This commit is contained in:
John Wiegley 2014-10-18 22:22:43 -05:00
parent 8c3f636562
commit 6590a19694

View file

@ -1244,7 +1244,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hoodleTypes = callPackage ../development/libraries/haskell/hoodle-types {};
hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix {};
hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix {
haskellSrcExts = self.haskellSrcExts_1_15_0_1;
};
hoogle = callPackage ../development/libraries/haskell/hoogle {};
hoogleLocal = callPackage ../development/libraries/haskell/hoogle/local.nix {};