http-conduit 2.1.4.7 → 2.1.5
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
+ Network.HTTP.Conduit: requestVersion :: Request -> HttpVersion
Files
- Network/HTTP/Conduit.hs +1/−0
- http-conduit.cabal +2/−2
Network/HTTP/Conduit.hs view
@@ -154,6 +154,7 @@ , checkStatus , responseTimeout , cookieJar+ , requestVersion , getConnectionWrapper , HCC.setQueryString -- *** Request body
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.1.4.7+version: 2.1.5 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -29,7 +29,7 @@ , conduit >= 0.5.5 && < 1.3 , http-types >= 0.7 , lifted-base >= 0.1- , http-client >= 0.3.6 && < 0.5+ , http-client >= 0.4.3 && < 0.5 , http-client-tls >= 0.2.2 , monad-control , mtl