haskell-conduit-combinators: update to version 0.2.1

This commit is contained in:
Peter Simons 2014-03-19 11:45:01 +01:00
parent a9738e5cd1
commit 053391eba5

View File

@ -1,19 +1,20 @@
{ cabal, basicPrelude, chunkedData, conduit, hspec, monoTraversable { cabal, basicPrelude, chunkedData, conduit, hspec, monoTraversable
, primitive, silently, systemFileio, systemFilepath, text , mwcRandom, primitive, silently, systemFileio, systemFilepath
, transformers, transformersBase, vector , text, transformers, transformersBase, vector, void
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "conduit-combinators"; pname = "conduit-combinators";
version = "0.2.0.1"; version = "0.2.1";
sha256 = "0hmy398kk37n5l4pacb2a0z9h9f1kl6vva9gsph1kiqnnz7sbr4r"; sha256 = "0v3b9wiziyynk00fk07nwrk3c032wyr0adrwlkjl89ma1ix220sv";
buildDepends = [ buildDepends = [
chunkedData conduit monoTraversable primitive systemFileio chunkedData conduit monoTraversable mwcRandom primitive
systemFilepath text transformers transformersBase vector systemFileio systemFilepath text transformers transformersBase
vector void
]; ];
testDepends = [ testDepends = [
basicPrelude chunkedData hspec monoTraversable silently text basicPrelude chunkedData hspec monoTraversable mwcRandom silently
transformers vector text transformers vector
]; ];
meta = { meta = {
homepage = "https://github.com/fpco/conduit-combinators"; homepage = "https://github.com/fpco/conduit-combinators";