haskell-hoogle: fixed build

svn path=/nixpkgs/trunk/; revision=33660
This commit is contained in:
Peter Simons 2012-04-07 13:16:33 +00:00
parent 9b0323859f
commit 7b00953c70

View File

@ -858,9 +858,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hmatrix = callPackage ../development/libraries/haskell/hmatrix {}; hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
hoogle = callPackage ../development/libraries/haskell/hoogle { hoogle = callPackage ../development/libraries/haskell/hoogle {};
haskellSrcExts = self.haskellSrcExts_1_11_1;
};
hopenssl = callPackage ../development/libraries/haskell/hopenssl {}; hopenssl = callPackage ../development/libraries/haskell/hopenssl {};