haskell-pipes-safe: update to version 2.2.0

This commit is contained in:
Peter Simons 2014-05-16 21:28:14 +02:00
parent 9ec6a52691
commit beb5d5fb84

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "pipes-safe";
version = "2.1.0";
sha256 = "0qm02hwmrqlncnlxix7mdgzbf0mzally4k7ydwg06nqi35bb7s3j";
version = "2.2.0";
sha256 = "1m44a2pbws73jbr2ca48i94mrfwzlsibyc22i2w3fqq159qfg6ca";
buildDepends = [ exceptions pipes transformers ];
meta = {
description = "Safety for the pipes ecosystem";