haskell-hoogle: update to version 4.2.29
This commit is contained in:
parent
75a2d1b2f0
commit
efcaa15444
@ -1,19 +1,20 @@
|
|||||||
{ 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, random, safe, shake, tagsoup, text, time, transformers
|
, parsec, QuickCheck, random, safe, shake, tagsoup, text, time
|
||||||
, uniplate, wai, warp
|
, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoogle";
|
pname = "hoogle";
|
||||||
version = "4.2.28";
|
version = "4.2.29";
|
||||||
sha256 = "0dd8qsspbcb76ld9v61x2jjsyxakrasww69gzzprb4dxzm58lsid";
|
sha256 = "0w4fgf0qvd5zsa7dk99vcbr2pnyyg1hl3k0zwvp5v26v1lfijzil";
|
||||||
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 random safe shake
|
deepseq filepath haskellSrcExts httpTypes parsec QuickCheck random
|
||||||
tagsoup text time transformers uniplate wai warp
|
safe shake tagsoup text time transformers uniplate vector
|
||||||
|
vectorAlgorithms wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
testTarget = "--test-option=--no-net";
|
testTarget = "--test-option=--no-net";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user