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 { 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";