haskell-hoogle: update to version 4.2.24

This commit is contained in:
Peter Simons 2013-12-09 13:03:20 +01:00
parent fcb89f41c6
commit ee04bc15d0

View File

@ -1,14 +1,13 @@
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive { cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, hspec , cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
, hspecExpectations, httpTypes, HUnit, parsec, random, safe , parsec, random, safe, tagsoup, text, time, transformers, uniplate
, systemFileio, tagsoup, text, time, transformers, uniplate, wai , wai, warp
, warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoogle"; pname = "hoogle";
version = "4.2.23"; version = "4.2.24";
sha256 = "1ykjf0w6c3pzsrzdhxs53nxj84aj2px3gpfc8f53dmgqv3wkyii7"; sha256 = "01q0pr82wscnrm7flb1sd9fv8sym1pkdfvdmp6qcfwzzvrcsh5h2";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -16,9 +15,7 @@ cabal.mkDerivation (self: {
deepseq filepath haskellSrcExts httpTypes parsec random safe deepseq filepath haskellSrcExts httpTypes parsec random safe
tagsoup text time transformers uniplate wai warp tagsoup text time transformers uniplate wai warp
]; ];
testDepends = [ testDepends = [ filepath ];
conduit hspec hspecExpectations HUnit systemFileio transformers
];
meta = { meta = {
homepage = "http://www.haskell.org/hoogle/"; homepage = "http://www.haskell.org/hoogle/";
description = "Haskell API Search"; description = "Haskell API Search";