haskell-simple-sendfile: update to version 0.2.14
This commit is contained in:
parent
808b19b3fc
commit
9d4cfd51d5
@ -1,11 +1,15 @@
|
|||||||
{ cabal, conduit, hspec, HUnit, network, networkConduit }:
|
{ cabal, conduit, conduitExtra, hspec, HUnit, network
|
||||||
|
, networkConduit, resourcet
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "simple-sendfile";
|
pname = "simple-sendfile";
|
||||||
version = "0.2.13";
|
version = "0.2.14";
|
||||||
sha256 = "03cgbzfhkih1ln1xb78r1hfh6zzjjj6763n9nzr9cj6bxs0fiqd3";
|
sha256 = "00k9cachx7y4811b71f8p468kx018hzvpvw6jgf7zmjhc9v922ni";
|
||||||
buildDepends = [ network ];
|
buildDepends = [ network resourcet ];
|
||||||
testDepends = [ conduit hspec HUnit network networkConduit ];
|
testDepends = [
|
||||||
|
conduit conduitExtra hspec HUnit network networkConduit resourcet
|
||||||
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cross platform library for the sendfile system call";
|
description = "Cross platform library for the sendfile system call";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user