19 lines
595 B
Nix
19 lines
595 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, conduit, conduitExtra, hspec, HUnit, network, resourcet }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "simple-sendfile";
|
|
version = "0.2.18";
|
|
sha256 = "1dc7c4bkcwzfhbm982svi9j6dzxxf0z6pjkdrs23m9bc9g8aly49";
|
|
buildDepends = [ network ];
|
|
testDepends = [
|
|
conduit conduitExtra hspec HUnit network resourcet
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
description = "Cross platform library for the sendfile system call";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|