packages feed

tls 1.2.12 → 1.2.13

raw patch · 2 files changed

+5/−1 lines, 2 filesdep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mtl

API changes (from Hackage documentation)

Files

Network/TLS/Struct.hs view
@@ -60,6 +60,10 @@ import Control.Exception (Exception(..)) import Network.TLS.Types import Network.TLS.Crypto.DH+#if MIN_VERSION_mtl(2,2,1)+#else+import Control.Monad.Error+#endif  type Bytes = ByteString 
tls.cabal view
@@ -1,5 +1,5 @@ Name:                tls-Version:             1.2.12+Version:             1.2.13 Description:    Native Haskell TLS and SSL protocol implementation for server and client.    .