haskell-hoogle: fixed build
svn path=/nixpkgs/trunk/; revision=33544
This commit is contained in:
parent
5187b22115
commit
ba8b234c85
|
@ -856,7 +856,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
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 {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue