tls 0.9.1 → 0.9.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~certificatePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: certificate
API changes (from Hackage documentation)
Files
- tls.cabal +2/−2
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 0.9.1+Version: 0.9.2 Description: Native Haskell TLS and SSL protocol implementation for server and client. .@@ -42,7 +42,7 @@ , bytestring , crypto-api >= 0.5 , cryptocipher >= 0.3.0- , certificate >= 1.1.0 && < 1.2.0+ , certificate >= 1.1.1 && < 1.2.0 Exposed-modules: Network.TLS Network.TLS.Cipher Network.TLS.Compression