haskell-conduit: update to 1.2.3.1

This commit is contained in:
Mateusz Kowalczyk 2015-01-26 10:59:33 +00:00
parent b4bd89eccf
commit 28fcd16af2

View File

@ -1,21 +1,20 @@
# 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, exceptions, hspec, liftedBase, mmorph, monadControl, mtl { cabal, exceptions, hspec, liftedBase, mmorph, mtl, QuickCheck
, QuickCheck, resourcet, safe, transformers, transformersBase, void , resourcet, safe, transformers, transformersBase, void
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "conduit"; pname = "conduit";
version = "1.2.3"; version = "1.2.3.1";
sha256 = "1n4cc5mij9q5wrnm394a2dka7vbnnr9c2kg5d3f4sl1fh156lf6n"; sha256 = "04n330f9iad6asmry81aqvb7wyh7b962d6pvcfnpm327z4llnvbq";
buildDepends = [ buildDepends = [
exceptions liftedBase mmorph monadControl mtl resourcet exceptions liftedBase mmorph mtl resourcet transformers
transformers transformersBase void transformersBase void
]; ];
testDepends = [ testDepends = [
exceptions hspec mtl QuickCheck resourcet safe transformers void exceptions hspec mtl QuickCheck resourcet safe transformers void
]; ];
doCheck = false;
meta = { meta = {
homepage = "http://github.com/snoyberg/conduit"; homepage = "http://github.com/snoyberg/conduit";
description = "Streaming data processing library"; description = "Streaming data processing library";