nixpkgs/pkgs/development/libraries/haskell/sendfile/default.nix
2014-08-09 13:49:24 +02:00

17 lines
474 B
Nix

# 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;
};
})