x509-store 1.4.1 → 1.4.2
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~pem
Dependency ranges changed: pem
Files
- x509-store.cabal +6/−6
x509-store.cabal view
@@ -1,5 +1,5 @@ Name: x509-store-Version: 1.4.1+Version: 1.4.2 Description: X.509 collection accessing and storing methods for certificate, crl, exception list License: BSD3 License-file: LICENSE@@ -25,16 +25,16 @@ Build-Depends: base >= 3 && < 5 , bytestring , mtl- , pem >= 0.1 && < 0.2- , asn1-types- , asn1-encoding- , crypto-pubkey-types- , x509 >= 1.4.3 , containers , directory , filepath , process , time+ , pem >= 0.1 && < 0.3+ , asn1-types >= 0.2 && < 0.3+ , asn1-encoding >= 0.8 && < 0.9+ , crypto-pubkey-types >= 0.3 && < 0.5+ , x509 >= 1.4.3 && < 1.5 Exposed-modules: Data.X509.CertificateStore Data.X509.File ghc-options: -Wall