tls 0.9.10 → 0.9.11
raw patch · 1 files changed
+3/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- tls.cabal +3/−1
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 0.9.10+Version: 0.9.11 Description: Native Haskell TLS and SSL protocol implementation for server and client. .@@ -65,6 +65,8 @@ Network.TLS.Util Network.TLS.Wire ghc-options: -Wall+ if impl(ghc == 7.6.1)+ ghc-options: -O0 executable Tests Main-is: Tests.hs