haskell-zlib-bindings: added version 0.1.0
svn path=/nixpkgs/trunk/; revision=33373
This commit is contained in:
18
pkgs/development/libraries/haskell/zlib-bindings/0.1.0.nix
Normal file
18
pkgs/development/libraries/haskell/zlib-bindings/0.1.0.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ cabal, zlib }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "zlib-bindings";
|
||||
version = "0.1.0";
|
||||
sha256 = "0jjkrn72hkakdq4n300fk5422sy1q46p019554lvplqmyqr8bkac";
|
||||
buildDepends = [ zlib ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/zlib-bindings";
|
||||
description = "Low-level bindings to the zlib package";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user