http-client-restricted 0.0.5 → 0.1.0
raw patch · 2 files changed
+9/−2 lines, 2 filesdep +crypton-connectiondep −connectionPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton-connection
Dependencies removed: connection
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−0
- http-client-restricted.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,10 @@+http-client-restricted (0.1.0) unstable; urgency=medium++ * Switch from connection to crypton-connection in order to support+ being used with tls-1.7, which use crypton rather than cryptonite.++ -- Joey Hess <id@joeyh.name> Tue, 01 Aug 2023 18:45:47 -0400+ http-client-restricted (0.0.5) unstable; urgency=medium * Deal with raw IPv6 addresses correctly, stripping square
http-client-restricted.cabal view
@@ -1,5 +1,5 @@ Name: http-client-restricted-Version: 0.0.5+Version: 0.1.0 Cabal-Version: >= 1.10 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess@@ -29,7 +29,7 @@ base >= 4.11.1.0 && < 5.0 , http-client >= 0.7.11 && < 0.8 , http-client-tls >= 0.3.6 && < 0.4- , connection >= 0.2.5+ , crypton-connection >= 0.3.1 , data-default , network (>= 3.0.0.0) , network-bsd