haskell-hoogle: update to version 4.2.27

This commit is contained in:
Peter Simons 2014-01-02 00:24:07 +01:00
parent 75b08cc830
commit 713633f051

View File

@ -1,22 +1,22 @@
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
, parsec, random, safe, tagsoup, text, time, transformers, uniplate
, wai, warp
, parsec, random, safe, shake, tagsoup, text, time, transformers
, uniplate, wai, warp
}:
cabal.mkDerivation (self: {
pname = "hoogle";
version = "4.2.26";
sha256 = "07nc58vqdj5x3h6d7z8ilbff0pkqd3r7g789xyaalnh6wjkd7380";
version = "4.2.27";
sha256 = "0a92bcvgkk58yrsvkfrdk64qc0hhxgkyjpv39nmy8vf10ihg7wqn";
isLibrary = true;
isExecutable = true;
buildDepends = [
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
];
testDepends = [ filepath ];
doCheck = false;
testTarget = "--test-option=--no-net";
meta = {
homepage = "http://www.haskell.org/hoogle/";
description = "Haskell API Search";