http-client 0.3.3 → 0.3.3.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/HTTP/Client/Response.hs +1/−0
- http-client.cabal +1/−1
Network/HTTP/Client/Response.hs view
@@ -66,6 +66,7 @@ { method = "GET" , requestBody = RequestBodyBS "" , cookieJar = cookie_jar'+ , requestHeaders = filter ((/= W.hContentType) . fst) $ requestHeaders req' } else req' {cookieJar = cookie_jar'} | otherwise = Nothing
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.3.3+version: 0.3.3.1 synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages. description: This codebase has been refactored from http-conduit. homepage: https://github.com/snoyberg/http-client