haskell-pipes-parse: update to version 3.0.2

This commit is contained in:
Peter Simons 2014-05-23 16:00:21 +02:00
parent 3fc2c64ba9
commit 649536da19

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pipes-parse"; pname = "pipes-parse";
version = "3.0.1"; version = "3.0.2";
sha256 = "0f262p8mfcpvs3f3myy6bll9v61rfgrfdy2scdzf7vvx0h0lrpj7"; sha256 = "1d5lhh8knk0hmvd9wv2ihs5z9ybyvhd1n7qaazqkazqkyl14pd08";
buildDepends = [ pipes transformers ]; buildDepends = [ pipes transformers ];
meta = { meta = {
description = "Parsing infrastructure for the pipes ecosystem"; description = "Parsing infrastructure for the pipes ecosystem";