haskell-process-conduit: update to version 1.1.0.0
This commit is contained in:
parent
52eaa92c9f
commit
5ef1beb6d2
|
@ -1,13 +1,14 @@
|
||||||
{ cabal, conduit, controlMonadLoop, hspec, mtl, shakespeare
|
{ cabal, conduit, controlMonadLoop, hspec, mtl, resourcet
|
||||||
, shakespeareText, text
|
, shakespeare, shakespeareText, text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "process-conduit";
|
pname = "process-conduit";
|
||||||
version = "1.0.0.2";
|
version = "1.1.0.0";
|
||||||
sha256 = "0rz18x7gy8w1h2xq0il49k515n0y3gpxnl7mfgkczc86965w7fzj";
|
sha256 = "1b3snck651cpb7i3c78cn264zrjan3lzydf59209abkvb6fv1hql";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit controlMonadLoop mtl shakespeare shakespeareText text
|
conduit controlMonadLoop mtl resourcet shakespeare shakespeareText
|
||||||
|
text
|
||||||
];
|
];
|
||||||
testDepends = [ conduit hspec ];
|
testDepends = [ conduit hspec ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue