haskell-simple-sendfile: update to version 0.2.17
This commit is contained in:
parent
2f25d295b9
commit
6e8fd49909
@ -1,16 +1,14 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, conduit, conduitExtra, hspec, HUnit, network
|
{ cabal, conduit, conduitExtra, hspec, HUnit, network, resourcet }:
|
||||||
, networkConduit, resourcet
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "simple-sendfile";
|
pname = "simple-sendfile";
|
||||||
version = "0.2.15";
|
version = "0.2.17";
|
||||||
sha256 = "1fa20h2zcvxwdb5j5a0nnhl38bry1p5ckya1l7lrxx9r2bvjkyj9";
|
sha256 = "1xxzw916v5zwn8i5i61z6p1wa2rm95sa6ry9z3yg2b2ybpyagw5g";
|
||||||
buildDepends = [ network resourcet ];
|
buildDepends = [ network resourcet ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
conduit conduitExtra hspec HUnit network networkConduit resourcet
|
conduit conduitExtra hspec HUnit network resourcet
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user