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

24 lines
669 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Data, cryptohash, cryptoPubkeyTypes, filepath, mtl
, pem, time
}:
cabal.mkDerivation (self: {
pname = "certificate";
version = "1.3.9";
sha256 = "18g5rq7lpxmvmlnz610537w6mix6z6kxjrfj2ylbhkc81r5pn9g6";
isLibrary = true;
isExecutable = true;
buildDepends = [
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
];
jailbreak = true;
meta = {
homepage = "http://github.com/vincenthz/hs-certificate";
description = "Certificates and Key Reader/Writer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})