mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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!
|
||||
|
||||
{ cabal, conduit, conduitExtra, hspec, HUnit, network
|
||||
, networkConduit, resourcet
|
||||
}:
|
||||
{ cabal, conduit, conduitExtra, hspec, HUnit, network, resourcet }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "simple-sendfile";
|
||||
version = "0.2.15";
|
||||
sha256 = "1fa20h2zcvxwdb5j5a0nnhl38bry1p5ckya1l7lrxx9r2bvjkyj9";
|
||||
version = "0.2.17";
|
||||
sha256 = "1xxzw916v5zwn8i5i61z6p1wa2rm95sa6ry9z3yg2b2ybpyagw5g";
|
||||
buildDepends = [ network resourcet ];
|
||||
testDepends = [
|
||||
conduit conduitExtra hspec HUnit network networkConduit resourcet
|
||||
conduit conduitExtra hspec HUnit network resourcet
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user