http-conduit 1.4.0.1 → 1.4.0.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Network/HTTP/Conduit/Request.hs view
@@ -63,7 +63,7 @@ -- For example, to construct a POST request, you could do something like: -- -- > initReq <- parseUrl "http://www.example.com/path"--- > let req = req+-- > let req = initReq -- > { method = "POST" -- > } --
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 1.4.0.1+version: 1.4.0.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>