tls 1.2.9 → 1.2.10
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~x509dep ~x509-storedep ~x509-validation
Dependency ranges changed: x509, x509-store, x509-validation
Files
- tls.cabal +4/−4
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 1.2.9+Version: 1.2.10 Description: Native Haskell TLS and SSL protocol implementation for server and client. .@@ -52,9 +52,9 @@ -- certificate related , asn1-types >= 0.2.0 , asn1-encoding- , x509 >= 1.4.3 && < 1.5.0- , x509-store >= 1.4.4- , x509-validation >= 1.5.0 && < 1.6.0+ , x509 >= 1.5.0 && < 1.6.0+ , x509-store >= 1.5.0+ , x509-validation >= 1.5.1 && < 1.6.0 Exposed-modules: Network.TLS Network.TLS.Cipher Network.TLS.Compression