haskell-unix-process-conduit: update to version 0.2.2.3
This commit is contained in:
parent
048824a55b
commit
0da6b352fe
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unix-process-conduit";
|
pname = "unix-process-conduit";
|
||||||
version = "0.2.2.2";
|
version = "0.2.2.3";
|
||||||
sha256 = "0an4lwwkzr902r0rxa35i9kdm5cpgdfmg5m06zsxzbck3mry7871";
|
sha256 = "0ldgjwdvshggygxn9fpnxvb01dba0q0bn9f7iiw5xgqhli46nvcy";
|
||||||
buildDepends = [ conduit filepath stm time transformers ];
|
buildDepends = [ conduit filepath stm time transformers ];
|
||||||
testDepends = [ conduit hspec transformers ];
|
testDepends = [ conduit hspec transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/conduit";
|
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;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user