http-conduit 2.1.2.3 → 2.1.3
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~http-clientdep ~http-client-tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client, http-client-tls
API changes (from Hackage documentation)
Files
- Network/HTTP/Conduit.hs +2/−2
- http-conduit.cabal +3/−3
Network/HTTP/Conduit.hs view
@@ -89,8 +89,8 @@ -- > -- > main = withSocketsDo -- > $ simpleHttp "http://www.haskell.org/" >>= L.putStr--- >--- > Cookies are implemented according to RFC 6265.+--+-- Cookies are implemented according to RFC 6265. -- -- Note that by default, the functions in this package will throw exceptions -- for non-2xx status codes. If you would like to avoid this, you should use
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.1.2.3+version: 2.1.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -29,8 +29,8 @@ , conduit >= 0.5.5 && < 1.2 , http-types >= 0.7 , lifted-base >= 0.1- , http-client >= 0.3.3.2 && < 0.4- , http-client-tls >= 0.2.1.2+ , http-client >= 0.3.5 && < 0.4+ , http-client-tls >= 0.2.2 , monad-control , mtl exposed-modules: Network.HTTP.Conduit