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

This commit is contained in:
Peter Simons 2014-03-20 20:55:11 +01:00
parent 048824a55b
commit 0da6b352fe

View file

@ -2,13 +2,13 @@
cabal.mkDerivation (self: {
pname = "unix-process-conduit";
version = "0.2.2.2";
sha256 = "0an4lwwkzr902r0rxa35i9kdm5cpgdfmg5m06zsxzbck3mry7871";
version = "0.2.2.3";
sha256 = "0ldgjwdvshggygxn9fpnxvb01dba0q0bn9f7iiw5xgqhli46nvcy";
buildDepends = [ conduit filepath stm time transformers ];
testDepends = [ conduit hspec transformers ];
meta = {
homepage = "https://github.com/snoyberg/conduit";
description = "Run processes on Unix systems, with a conduit interface";
description = "Run processes on Unix systems, with a conduit interface (deprecated)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};