http-conduit 2.3.6 → 2.3.6.1
raw patch · 3 files changed
+10/−1 lines, 3 filesdep ~http-client
Dependency ranges changed: http-client
Files
- ChangeLog.md +6/−0
- Network/HTTP/Conduit.hs +3/−0
- http-conduit.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,9 @@+# ChangeLog for http-conduit++## 2.3.6.1++* Add back compatibility with older http-client version [#393](https://github.com/snoyberg/http-client/pull/393)+ ## 2.3.6 * Add `httpSource` to `Network.HTTP.Client.Conduit` [#390](https://github.com/snoyberg/http-client/pull/390).
Network/HTTP/Conduit.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-} -- |@@ -158,7 +159,9 @@ , rawBody , decompress , redirectCount+#if MIN_VERSION_http_client(0,6,2) , shouldStripHeaderOnRedirect+#endif , checkResponse , responseTimeout , cookieJar
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.3.6+version: 2.3.6.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>