| | 17 | |
| | 18 | |
| | 19 | * Output error messages as plain text instead of HTML. If it would send `Accept: text/plain`, perhaps the web interface could use that to give a nice text response. |
| | 20 | * Don't show request and response headers. |
| | 21 | * Take password from terminal to avoid storing it in the shell history? |
| | 22 | * Allow storing username and password in a file? |
| | 23 | * Use digest authentication? Does the hackage web server support that? |
| | 24 | * Run `cabal-setup sdist` and upload the resulting tarball. |
| | 25 | * Add command line options: |
| | 26 | * `-vN`: at high verbosity, show request and response data |
| | 27 | * Support for stored passwords |
| | 28 | * `--check`: Send to check-pkg instead of upload-pkg. |
| | 29 | * Improve HTTP package API to make programs like `cabal-upload` simpler. |