haskell-pipes-parse: update to version 2.0.2

This commit is contained in:
Peter Simons 2013-11-05 14:22:52 +01:00
parent de03376a13
commit 9a904615a9

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pipes-parse"; pname = "pipes-parse";
version = "2.0.1"; version = "2.0.2";
sha256 = "04sqjdmgkgk5qva0gyrblhdvmljgmci2yzzw7y17pmnwxwdja4f0"; sha256 = "1jcws5i9jhh4i6bh2j6m9pz1462qm05byibkkxfqvyx392sxy4wz";
buildDepends = [ free pipes transformers ]; buildDepends = [ free pipes transformers ];
meta = { meta = {
description = "Parsing infrastructure for the pipes ecosystem"; description = "Parsing infrastructure for the pipes ecosystem";