packages feed

wreq 0.5.3.1 → 0.5.3.2

raw patch · 3 files changed

+8/−4 lines, 3 filesdep ~http-client

Dependency ranges changed: http-client

Files

Network/Wreq/Lens/TH.hs view
@@ -58,7 +58,7 @@     , linkURL     , linkParams -    , Form.Part+    , Form.PartM     , partName     , partFilename     , partContentType@@ -85,7 +85,7 @@ makeLenses ''HTTP.HistoriedResponse makeLenses ''HTTP.Status makeLenses ''Types.Link-makeLenses ''Form.Part+makeLenses ''Form.PartM  responseHeader :: HTTP.HeaderName -> Traversal' (HTTP.Response body) ByteString responseHeader n = responseHeaders . assoc n
changelog.md view
@@ -1,5 +1,9 @@ -*- markdown -*- +2019-01-25 0.5.3.2++* Compatibility with http-client >= 0.6.0+ 2018-12-10 0.5.3.1  * Fix AWS-related things
wreq.cabal view
@@ -1,5 +1,5 @@ name:                wreq-version:             0.5.3.1+version:             0.5.3.2 synopsis:            An easy-to-use HTTP client library. description:   .@@ -112,7 +112,7 @@     exceptions >= 0.5,     ghc-prim,     hashable,-    http-client >= 0.5.3.2,+    http-client >= 0.6,     http-client-tls >= 0.3.3,     http-types >= 0.8,     lens >= 4.5,