http-conduit 2.3.3 → 2.3.4
raw patch · 3 files changed
+9/−3 lines, 3 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
+ Network.HTTP.Simple: type RequestHeaders = [Header]
Files
- ChangeLog.md +6/−1
- Network/HTTP/Simple.hs +2/−1
- http-conduit.cabal +1/−1
ChangeLog.md view
@@ -1,6 +1,11 @@+## 2.3.4++* Reexport RequestHeaders from Network.HTTP.Types (what was intended in last version)+* Fix mistake in ChangeLog+ ## 2.3.3 -* Reexport Header, QueryItem and RequestHeaders from Network.HTTP.Types+* Reexport Header, QueryItem and ResponseHeaders from Network.HTTP.Types * Rewrite a type signature of setRequestHeaders with RequestHeaders ## 2.3.2
Network/HTTP/Simple.hs view
@@ -32,8 +32,9 @@ , H.Query , H.QueryItem , H.Request- , H.ResponseHeaders+ , H.RequestHeaders , H.Response+ , H.ResponseHeaders , JSONException (..) , H.HttpException (..) , H.Proxy (..)
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.3.3+version: 2.3.4 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>