about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/sendfile/default.nix
blob: abc80aa17f8b0881255942ccb942687e478d6a81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})