haskell-pipes-concurrency: update to version 1.2.1

This commit is contained in:
Peter Simons 2013-07-14 20:19:41 +02:00
parent 7923a212f7
commit bdcc7b7d18

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "pipes-concurrency";
version = "1.2.0";
sha256 = "058v9d3wf9n1d25rhdq5vj60p8mll5yv2zn2k1092bg7qisip1fq";
version = "1.2.1";
sha256 = "036cn6pafqpf2811iigablks3zk747bnzji9ykrgwhpja427vlbl";
buildDepends = [ pipes stm ];
meta = {
description = "Concurrency for the pipes ecosystem";