x509-store 1.4.4 → 1.5.0
raw patch · 1 files changed
+4/−5 lines, 1 filesdep −timedep ~asn1-encodingdep ~asn1-typesdep ~x509
Dependencies removed: time
Dependency ranges changed: asn1-encoding, asn1-types, x509
Files
- x509-store.cabal +4/−5
x509-store.cabal view
@@ -1,5 +1,5 @@ Name: x509-store-Version: 1.4.4+Version: 1.5.0 Description: X.509 collection accessing and storing methods for certificate, crl, exception list License: BSD3 License-file: LICENSE@@ -29,12 +29,11 @@ , directory , filepath , process- , time , pem >= 0.1 && < 0.3- , asn1-types >= 0.2 && < 0.3- , asn1-encoding >= 0.8 && < 0.9+ , asn1-types >= 0.3 && < 0.4+ , asn1-encoding >= 0.9 && < 0.10 , crypto-pubkey-types >= 0.3 && < 0.5- , x509 >= 1.4.3 && < 1.5+ , x509 >= 1.5.0 && < 1.6 Exposed-modules: Data.X509.CertificateStore Data.X509.File Data.X509.Memory