http-client-streams 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
http-client-streams.cabal view
@@ -1,5 +1,5 @@ name: http-client-streams-version: 0.2.0.0+version: 0.2.0.1 synopsis: http-client for io-streams supporting openssl description: Thin io-streams wrapper for http-client w/ openssl support license: BSD3
src/System/IO/Streams/HTTP.hs view
@@ -82,6 +82,8 @@ This module is a thin @io-streams@ wrapper around the @http-client@ and @http-client-openssl@ libraries. + If you'd rather use the `tls` library for encryption please see this package: <https://hackage.haskell.org/package/io-streams-http>+ Read the documentation in the "Network.HTTP.Client" module of the @http-client@ library to learn about how to: