haskell-hoogle: update to version 4.2.19
This commit is contained in:
parent
fe2acafee7
commit
37440d740c
|
@ -1,18 +1,23 @@
|
||||||
{ cabal, binary, blazeBuilder, Cabal, caseInsensitive, cmdargs
|
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
|
||||||
, conduit, filepath, haskellSrcExts, httpTypes, parsec, random
|
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, hspec
|
||||||
, safe, tagsoup, time, transformers, uniplate, wai, warp
|
, hspecExpectations, httpTypes, HUnit, parsec, random, safe
|
||||||
|
, systemFileio, tagsoup, text, time, transformers, uniplate, wai
|
||||||
|
, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoogle";
|
pname = "hoogle";
|
||||||
version = "4.2.16";
|
version = "4.2.19";
|
||||||
sha256 = "1hamwqhndrkajm4xvxxfhr2rnlmf3z2ysyfxx3y6d24jawjyqf8a";
|
sha256 = "0mfmb3ky93gicwd1i4n3xfhlr3y6zgc4dv2nrilrr9l0kfka37f8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary blazeBuilder Cabal caseInsensitive cmdargs conduit filepath
|
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
|
||||||
haskellSrcExts httpTypes parsec random safe tagsoup time
|
deepseq filepath haskellSrcExts httpTypes parsec random safe
|
||||||
transformers uniplate wai warp
|
tagsoup text time transformers uniplate wai warp
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
conduit hspec hspecExpectations HUnit systemFileio transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/hoogle/";
|
homepage = "http://www.haskell.org/hoogle/";
|
||||||
|
|
Loading…
Reference in New Issue