haskell-hoogle: added version 4.2.10
svn path=/nixpkgs/trunk/; revision=33409
This commit is contained in:
parent
41081c4eb0
commit
48ce33903a
23
pkgs/development/libraries/haskell/hoogle/default.nix
Normal file
23
pkgs/development/libraries/haskell/hoogle/default.nix
Normal file
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user