haskell-unix-process-conduit: update to version 0.2.1.2
This commit is contained in:
parent
5f960aac0f
commit
ef659fa8c0
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unix-process-conduit";
|
pname = "unix-process-conduit";
|
||||||
version = "0.2.1.1";
|
version = "0.2.1.2";
|
||||||
sha256 = "038z99gzwqhig65zzb3hc9zisnvzslvvy86wjgx6wz90p6vbxzn4";
|
sha256 = "1gg1ynqd8hka5ynpmpsj8qw0lqsyg7l1m1py05iw3bd3cldwflx1";
|
||||||
buildDepends = [ conduit filepath stm time transformers ];
|
buildDepends = [ conduit filepath stm time transformers ];
|
||||||
testDepends = [ conduit hspec transformers ];
|
testDepends = [ conduit hspec transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue