nixpkgs/pkgs/development/libraries/haskell/x509/default.nix
2014-10-21 15:36:21 +02:00

26 lines
769 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Encoding, asn1Parse, asn1Types, cryptohash
, cryptoPubkeyTypes, filepath, hourglass, mtl, pem, tasty
, tastyQuickcheck
}:
cabal.mkDerivation (self: {
pname = "x509";
version = "1.5.0.1";
sha256 = "03gj4190f0ql1ghn2mri8901xdydhhnwijyfn8lmpjyn7pgpl3ba";
buildDepends = [
asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes
filepath hourglass mtl pem
];
testDepends = [
asn1Types cryptoPubkeyTypes hourglass mtl tasty tastyQuickcheck
];
meta = {
homepage = "http://github.com/vincenthz/hs-certificate";
description = "X509 reader and writer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})