haskell-hoogle: update to version 4.2.27
This commit is contained in:
parent
75b08cc830
commit
713633f051
@ -1,22 +1,22 @@
|
|||||||
{ 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, tagsoup, text, time, transformers, uniplate
|
, parsec, random, safe, shake, tagsoup, text, time, transformers
|
||||||
, wai, warp
|
, uniplate, wai, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoogle";
|
pname = "hoogle";
|
||||||
version = "4.2.26";
|
version = "4.2.27";
|
||||||
sha256 = "07nc58vqdj5x3h6d7z8ilbff0pkqd3r7g789xyaalnh6wjkd7380";
|
sha256 = "0a92bcvgkk58yrsvkfrdk64qc0hhxgkyjpv39nmy8vf10ihg7wqn";
|
||||||
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
|
deepseq filepath haskellSrcExts httpTypes parsec random safe shake
|
||||||
tagsoup text time transformers uniplate wai warp
|
tagsoup text time transformers uniplate wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
doCheck = false;
|
testTarget = "--test-option=--no-net";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/hoogle/";
|
homepage = "http://www.haskell.org/hoogle/";
|
||||||
description = "Haskell API Search";
|
description = "Haskell API Search";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user