packages feed

http-wget 0.6.2.1 → 0.6.2.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/HTTP/Wget.hs view
@@ -117,7 +117,7 @@                     else ["--post-data", urlEncodePairs post]     (Nothing, Just hout, Just herr, phandle) <- liftIO $         createProcess $ (proc "wget"-            ((url ++ get') : post' ++ ["-O", "-", "--save-headers", "--no-check-certificate"])+            ((url ++ get') : post' ++ ["-O", "-", "--save-headers"])         ) { std_out = CreatePipe, std_err = CreatePipe }     exitCode <- liftIO $ waitForProcess phandle     case exitCode of
http-wget.cabal view
@@ -1,5 +1,5 @@ name:            http-wget-version:         0.6.2.1+version:         0.6.2.2 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>