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

This commit is contained in:
Peter Simons 2013-07-26 10:28:04 +02:00
parent b04d577dcb
commit 9d7cb9b593

View file

@ -1,10 +1,10 @@
{ cabal, conduit, hspec, transformers }:
{ cabal, conduit, filepath, hspec, stm, time, transformers }:
cabal.mkDerivation (self: {
pname = "unix-process-conduit";
version = "0.2.0.2";
sha256 = "1n9ja7dlxhsxyglfzk397xdgvdny766y1isrb5d065srxprsj2g6";
buildDepends = [ conduit transformers ];
version = "0.2.1.1";
sha256 = "038z99gzwqhig65zzb3hc9zisnvzslvvy86wjgx6wz90p6vbxzn4";
buildDepends = [ conduit filepath stm time transformers ];
testDepends = [ conduit hspec transformers ];
meta = {
homepage = "https://github.com/snoyberg/conduit";