27 lines
866 B
Nix
27 lines
866 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, asn1Encoding, asn1Parse, asn1Types, cryptohash
|
|
, cryptoPubkeyTypes, filepath, HUnit, mtl, pem, QuickCheck
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "x509";
|
|
version = "1.4.12";
|
|
sha256 = "0bfsmmngpvghbfljxa2gymf6hvsw04snw6fr2r6hpaw40njxfxxj";
|
|
buildDepends = [
|
|
asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes
|
|
filepath mtl pem time
|
|
];
|
|
testDepends = [
|
|
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework
|
|
testFrameworkHunit testFrameworkQuickcheck2 time
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
|
description = "X509 reader and writer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|