http-client 0.4.0 → 0.4.0.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/HTTP/Client/Manager.hs +4/−0
- http-client.cabal +1/−1
Network/HTTP/Client/Manager.hs view
@@ -59,6 +59,10 @@ -- | Default value for @ManagerSettings@. --+-- Note that this value does /not/ have support for SSL/TLS. If you need to+-- make any https connections, please use the network-client-tls package, which+-- provides a @tlsManagerSettings@ value.+-- -- Since 0.1.0 defaultManagerSettings :: ManagerSettings defaultManagerSettings = ManagerSettings
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.4.0+version: 0.4.0.1 synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages. description: This codebase has been refactored from http-conduit. homepage: https://github.com/snoyberg/http-client