mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-hoogle: fixed build
svn path=/nixpkgs/trunk/; revision=33660
This commit is contained in:
parent
9b0323859f
commit
7b00953c70
@ -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 {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user