2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-27 19:58:15 +00:00
|
|
|
{ cabal, asn1Encoding, asn1Parse, asn1Types, cryptohash
|
2014-10-21 09:48:18 +00:00
|
|
|
, cryptoPubkeyTypes, filepath, hourglass, mtl, pem, tasty
|
|
|
|
, tastyQuickcheck
|
2014-01-27 19:58:15 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "x509";
|
2014-10-21 09:48:18 +00:00
|
|
|
version = "1.5.0.1";
|
|
|
|
sha256 = "03gj4190f0ql1ghn2mri8901xdydhhnwijyfn8lmpjyn7pgpl3ba";
|
2014-01-27 19:58:15 +00:00
|
|
|
buildDepends = [
|
|
|
|
asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes
|
2014-10-19 12:21:44 +00:00
|
|
|
filepath hourglass mtl pem
|
2014-01-27 19:58:15 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-10-21 09:48:18 +00:00
|
|
|
asn1Types cryptoPubkeyTypes hourglass mtl tasty tastyQuickcheck
|
2014-01-27 19:58:15 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
|
|
|
description = "X509 reader and writer";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|