1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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: {
pname = "pipes-parse";
version = "2.0.1";
sha256 = "04sqjdmgkgk5qva0gyrblhdvmljgmci2yzzw7y17pmnwxwdja4f0";
version = "2.0.2";
sha256 = "1jcws5i9jhh4i6bh2j6m9pz1462qm05byibkkxfqvyx392sxy4wz";
buildDepends = [ free pipes transformers ];
meta = {
description = "Parsing infrastructure for the pipes ecosystem";