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

{ cabal, network }:

cabal.mkDerivation (self: {
  pname = "sendfile";
  version = "0.7.9";
  sha256 = "0hnw1ym81cff49dwww19kgbs4s0kpandbvn6h5cml3y0p1nxybqh";
  buildDepends = [ network ];
  meta = {
    homepage = "http://hub.darcs.net/stepcut/sendfile";
    description = "A portable sendfile library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})