packages feed

crypton-connection 0.4.5 → 0.4.6

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~crypton-x509-storedep ~crypton-x509-systemdep ~tlsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: crypton-x509-store, crypton-x509-system, tls

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +## Version 0.4.6++* Using tls v2.3 and crypton-x509* v1.9.+ ## Version 0.4.5  * Swap `crypton-socks` for unmaintained `socks` dependency.
crypton-connection.cabal view
@@ -1,5 +1,5 @@ Name:                crypton-connection-Version:             0.4.5+Version:             0.4.6 Description:     Simple network library for all your connection needs.     .@@ -28,10 +28,10 @@                    , containers                    , data-default                    , network >= 2.6.3-                   , tls >= 1.7 && < 2.2+                   , tls >= 2.3.0 && < 2.4                    , crypton-socks >= 0.6-                   , crypton-x509-store >= 1.5-                   , crypton-x509-system >= 1.5+                   , crypton-x509-store >= 1.9.0 && <1.10+                   , crypton-x509-system >= 1.9.0 && <1.10   Exposed-modules:   Network.Connection                      Network.Connection.Internal   Other-modules:     Network.Connection.Types