hoogle: make sure the package follows the haskell-packages.nix conventions

This commit is contained in:
Peter Simons 2014-10-19 11:55:25 +02:00
parent d5658da944
commit 984d71a9bc
2 changed files with 4 additions and 4 deletions

View file

@ -1244,10 +1244,10 @@ 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 {
haskellSrcExts = self.haskellSrcExts_1_15_0_1;
};
hoogle = callPackage ../development/libraries/haskell/hoogle {};
hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix { haskellSrcExts = self.haskellSrcExts_1_15_0_1; };
hoogle_4_2_36 = callPackage ../development/libraries/haskell/hoogle/4.2.36.nix {};
hoogle = self.hoogle_4_2_36;
hoogleLocal = callPackage ../development/libraries/haskell/hoogle/local.nix {};
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};