http-wget 0.6.2.2 → 0.6.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- http-wget.cabal +2/−2
http-wget.cabal view
@@ -1,11 +1,11 @@ name: http-wget-version: 0.6.2.2+version: 0.6.2.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com> synopsis: Provide a simple HTTP client interface by wrapping the wget- command line tool.+ command line tool. (deprecated) description: This provides the simplest interface I could imagine to making HTTP requests. It supports GET and POST parameters. Since it simply wraps the WGET program, there are no