haskell-hoogle: added version 4.2.10

svn path=/nixpkgs/trunk/; revision=33409
This commit is contained in:
Peter Simons 2012-03-25 18:22:20 +00:00
parent 41081c4eb0
commit 48ce33903a
2 changed files with 25 additions and 0 deletions

@ -0,0 +1,23 @@
{ cabal, binary, blazeBuilder, Cabal, caseInsensitive, cmdargs
, conduit, filepath, haskellSrcExts, httpTypes, parsec, random
, safe, tagsoup, time, transformers, uniplate, wai, warp
}:
cabal.mkDerivation (self: {
pname = "hoogle";
version = "4.2.10";
sha256 = "0vb4jj9m512v476fclmjzlk725hgba8q5njx2h1xwb0a76qvj2mg";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeBuilder Cabal caseInsensitive cmdargs conduit filepath
haskellSrcExts httpTypes parsec random safe tagsoup time
transformers uniplate wai warp
];
meta = {
homepage = "http://www.haskell.org/hoogle/";
description = "Haskell API Search";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})

@ -860,6 +860,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
hoogle = callPackage ../development/libraries/haskell/hoogle {};
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
hostname = callPackage ../development/libraries/haskell/hostname {};