dist-upload: Generate/Upload cabal package to Hackage.
"dist-upload" scan .cabal file under current directory to get packageName/packageVersion (foo.x.y.z), and use command:
cabal sdist && cabal upload ./dist/foo.x.y.z.tar.gz
upload package to hackage, best use command "dist-upload" in script to upload package batch.
If you have add hackage username/password in file `HOME.cabalconfig`, then "dist-upload" can upload package fully automatic. :)
Downloads
- dist-upload-0.0.4.tar.gz [browse] (Cabal source package)
 - Package description (as included in the package)
 
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
 
| Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4 | 
|---|---|
| Dependencies | base (>=4 && <5), Cabal (>=1.8), directory, filepath, process [details] | 
| Tested with | ghc ==6.12.3 | 
| License | GPL-3.0-only | 
| Copyright | (c) 2010 Andy Stewart | 
| Author | Andy Stewart | 
| Maintainer | Andy Stewart <lazycat.manatee@gmail.com> | 
| Category | Distribution | 
| Source repo | head: darcs get http://patch-tag.com/r/AndyStewart/dist-upload | 
| Uploaded | by AndyStewart at 2010-11-24T19:08:06Z | 
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] | 
| Executables | dist-upload | 
| Downloads | 3521 total (12 in the last 30 days) | 
| Rating | (no votes yet) [estimated by Bayesian average] | 
| Your Rating | |
| Status | Docs not available [build log] Last success reported on 2016-11-11 [all 8 reports]  |