summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/simple-sendfile/default.nix
blob: 3e8381bf34bc780e5a52ade981c698465164138b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, conduit, conduitExtra, hspec, HUnit, network
, networkConduit, resourcet
}:

cabal.mkDerivation (self: {
  pname = "simple-sendfile";
  version = "0.2.15";
  sha256 = "1fa20h2zcvxwdb5j5a0nnhl38bry1p5ckya1l7lrxx9r2bvjkyj9";
  buildDepends = [ network resourcet ];
  testDepends = [
    conduit conduitExtra hspec HUnit network networkConduit resourcet
  ];
  doCheck = false;
  meta = {
    description = "Cross platform library for the sendfile system call";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})