The dist-upload package
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/.cabal/config, then dist-upload can upload package fully automatic. :)
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4 |
|---|---|
| Dependencies | base (4.*), Cabal (≥1.8), directory, filepath, process |
| License | GPL-3 |
| Copyright | (c) 2010 Andy Stewart |
| Author | Andy Stewart |
| Maintainer | Andy Stewart <lazycat.manatee@gmail.com> |
| Stability | provisional |
| Category | Distribution |
| Source repository | darcs get http://patch-tag.com/r/AndyStewart/dist-upload |
| Executables | dist-upload |
| Upload date | Wed Nov 24 19:08:06 UTC 2010 |
| Uploaded by | AndyStewart |
| Build failure | ghc-7.0 (log) |
Modules
Downloads
- dist-upload-0.0.4.tar.gz (Cabal source package)
- package description (included in the package)