packages feed

io-streams-http 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

io-streams-http.cabal view
@@ -1,5 +1,5 @@ name:                io-streams-http-version:             0.2.0.1+version:             0.2.0.2 synopsis:            http-client for io-streams description:         Thin io-streams wrapper for http-client license:             BSD3
src/System/IO/Streams/HTTP.hs view
@@ -74,6 +74,8 @@     This module is a thin @io-streams@ wrapper around the @http-client@ and     @http-client-tls@ libraries. +    If you're looking for openssl please us this library <https://hackage.haskell.org/package/http-client-streams>+     Read the documentation in the "Network.HTTP.Client" module of the     @http-client@ library to learn about how to: