tls 0.9.5 → 0.9.6
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Network/TLS.hs +2/−0
- tls.cabal +1/−1
Network/TLS.hs view
@@ -22,6 +22,8 @@ -- * Creating a context , client , server+ , clientWith+ , serverWith -- * Initialisation and Termination of context , bye
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 0.9.5+Version: 0.9.6 Description: Native Haskell TLS and SSL protocol implementation for server and client. .