haskell-hoogle: update to version 4.2.19

This commit is contained in:
Peter Simons 2013-08-21 11:52:00 +02:00
parent fe2acafee7
commit 37440d740c
1 changed files with 13 additions and 8 deletions

View File

@ -1,18 +1,23 @@
{ cabal, binary, blazeBuilder, Cabal, caseInsensitive, cmdargs
, conduit, filepath, haskellSrcExts, httpTypes, parsec, random
, safe, tagsoup, time, transformers, uniplate, wai, warp
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, hspec
, hspecExpectations, httpTypes, HUnit, parsec, random, safe
, systemFileio, tagsoup, text, time, transformers, uniplate, wai
, warp
}:
cabal.mkDerivation (self: {
pname = "hoogle";
version = "4.2.16";
sha256 = "1hamwqhndrkajm4xvxxfhr2rnlmf3z2ysyfxx3y6d24jawjyqf8a";
version = "4.2.19";
sha256 = "0mfmb3ky93gicwd1i4n3xfhlr3y6zgc4dv2nrilrr9l0kfka37f8";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeBuilder Cabal caseInsensitive cmdargs conduit filepath
haskellSrcExts httpTypes parsec random safe tagsoup time
transformers uniplate wai warp
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
deepseq filepath haskellSrcExts httpTypes parsec random safe
tagsoup text time transformers uniplate wai warp
];
testDepends = [
conduit hspec hspecExpectations HUnit systemFileio transformers
];
meta = {
homepage = "http://www.haskell.org/hoogle/";