haskell-unix-process-conduit: update to version 0.2.2.1

This commit is contained in:
Peter Simons 2013-12-10 11:03:13 +01:00
parent 702370e3cd
commit cd3a9434fe

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unix-process-conduit";
version = "0.2.2";
sha256 = "15n6n925avv51kr2avwkp8sq8mfl287i0445vl9iy6hyxjjgpgr6";
version = "0.2.2.1";
sha256 = "0zix8m38dza95g6ijip4r5nxz6y9vkh5jy8ksg4qpx1v2ib1m2cc";
buildDepends = [ conduit filepath stm time transformers ];
testDepends = [ conduit hspec transformers ];
meta = {