haskell-conduit: update to version 1.2.0.2

This commit is contained in:
Peter Simons 2014-09-11 18:09:21 +02:00
parent c7a684be23
commit 3c4a0ec9d6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "conduit";
version = "1.1.7";
sha256 = "0xk2his7qbidnzs56xcgnjipbnqmmnh74qy8dfvbznkkqhxdzmz6";
version = "1.2.0.2";
sha256 = "0gr4vqyvy3jdc1l7sinwr5dgmwzv7dq2z1npwvmbxz85bq89rmd9";
buildDepends = [
exceptions liftedBase mmorph monadControl mtl resourcet
transformers transformersBase void