packages feed

crypton-connection 0.4.4 → 0.4.5

raw patch · 2 files changed

+6/−3 lines, 2 filesdep +crypton-socksdep −socksdep ~tlsPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton-socks

Dependencies removed: socks

Dependency ranges changed: tls

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +## Version 0.4.5++* Swap `crypton-socks` for unmaintained `socks` dependency.+ ## Version 0.4.4  * Remove unused packages.@@ -30,4 +34,3 @@ ## Version 0.3.1  * The first release to support crypton.-
crypton-connection.cabal view
@@ -1,5 +1,5 @@ Name:                crypton-connection-Version:             0.4.4+Version:             0.4.5 Description:     Simple network library for all your connection needs.     .@@ -29,7 +29,7 @@                    , data-default                    , network >= 2.6.3                    , tls >= 1.7 && < 2.2-                   , socks >= 0.6+                   , crypton-socks >= 0.6                    , crypton-x509-store >= 1.5                    , crypton-x509-system >= 1.5   Exposed-modules:   Network.Connection