haskell-unix-process-conduit: update to version 0.2.1.1
This commit is contained in:
parent
b04d577dcb
commit
9d7cb9b593
@ -1,10 +1,10 @@
|
|||||||
{ cabal, conduit, hspec, transformers }:
|
{ cabal, conduit, filepath, hspec, stm, time, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unix-process-conduit";
|
pname = "unix-process-conduit";
|
||||||
version = "0.2.0.2";
|
version = "0.2.1.1";
|
||||||
sha256 = "1n9ja7dlxhsxyglfzk397xdgvdny766y1isrb5d065srxprsj2g6";
|
sha256 = "038z99gzwqhig65zzb3hc9zisnvzslvvy86wjgx6wz90p6vbxzn4";
|
||||||
buildDepends = [ conduit 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user