x509 1.4.0 → 1.4.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~crypto-pubkey-types
Dependency ranges changed: base, crypto-pubkey-types
Files
- x509.cabal +2/−2
x509.cabal view
@@ -1,5 +1,5 @@ Name: x509-Version: 1.4.0+Version: 1.4.1 Description: X509 reader and writer License: BSD3 License-file: LICENSE@@ -21,7 +21,7 @@ , asn1-types >= 0.2.0 && < 0.3.0 , asn1-encoding >= 0.8.0 && < 0.9.0 , asn1-parse >= 0.8.0 && < 0.9.0- , crypto-pubkey-types >= 0.3 && < 0.4+ , crypto-pubkey-types >= 0.4 && < 0.5 , cryptohash , containers , directory