2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-27 19:58:15 +00:00
|
|
|
{ cabal, asn1Encoding, asn1Types, cryptoPubkeyTypes, filepath, mtl
|
2014-10-19 13:21:39 +01:00
|
|
|
, pem, x509
|
2014-01-27 19:58:15 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "x509-store";
|
2014-10-19 13:21:39 +01:00
|
|
|
version = "1.5.0";
|
|
|
|
sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5";
|
2014-01-27 19:58:15 +00:00
|
|
|
buildDepends = [
|
2014-10-19 13:21:39 +01:00
|
|
|
asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem x509
|
2014-01-27 19:58:15 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
|
|
|
description = "X.509 collection accessing and storing methods";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|