haskell-hoogle: update to version 4.2.31
This commit is contained in:
parent
b605e51010
commit
481df7e6cd
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
|
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
|
||||||
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
||||||
, parsec, QuickCheck, random, safe, shake, tagsoup, text, time
|
, parsec, QuickCheck, random, resourcet, safe, shake, tagsoup, text
|
||||||
, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
, time, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoogle";
|
pname = "hoogle";
|
||||||
version = "4.2.30";
|
version = "4.2.31";
|
||||||
sha256 = "0vw0chqsq8wmi1mpdxj1c9g4ah7lqxm8rwh85j2vyp56vfscw9q1";
|
sha256 = "176lyj236ncq0lg7vbl4bbm1a98ficj82aranrhyxdjzmbk3i67x";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
|
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
|
||||||
deepseq filepath haskellSrcExts httpTypes parsec QuickCheck random
|
deepseq filepath haskellSrcExts httpTypes parsec QuickCheck random
|
||||||
safe shake tagsoup text time transformers uniplate vector
|
resourcet safe shake tagsoup text time transformers uniplate vector
|
||||||
vectorAlgorithms wai warp
|
vectorAlgorithms wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
|
|
Loading…
Reference in a new issue