haskell-conduit-extra: update to version 1.1.2

This commit is contained in:
Peter Simons 2014-07-18 12:22:18 +02:00
parent df9ae28504
commit 7083b79d40

View File

@ -1,22 +1,22 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, blazeBuilder, conduit, exceptions, filepath { cabal, async, attoparsec, blazeBuilder, conduit, exceptions
, hspec, monadControl, network, primitive, resourcet , filepath, hspec, monadControl, network, primitive, resourcet, stm
, streamingCommons, text, transformers, transformersBase , streamingCommons, text, transformers, transformersBase
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "conduit-extra"; pname = "conduit-extra";
version = "1.1.1"; version = "1.1.2";
sha256 = "1876kg7zb0gasl7ijmx48r5r2jv3c5xxa1xb6g6iqfysx0qsv6z2"; sha256 = "1hglg491vgy6hjggi7067rjly3dlnr3byf6xlc20narzr25sxfxi";
buildDepends = [ buildDepends = [
attoparsec blazeBuilder conduit filepath monadControl network attoparsec blazeBuilder conduit filepath monadControl network
primitive resourcet streamingCommons text transformers primitive resourcet stm streamingCommons text transformers
transformersBase transformersBase
]; ];
testDepends = [ testDepends = [
attoparsec blazeBuilder conduit exceptions hspec resourcet text async attoparsec blazeBuilder conduit exceptions hspec resourcet
transformers transformersBase stm text transformers transformersBase
]; ];
noHaddock = true; noHaddock = true;
meta = { meta = {