dist-upload-0.0.4: Generate/Upload cabal package to Hackage.

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

Versions0.0.1, 0.0.2, 0.0.3, 0.0.4
Dependenciesbase (4.*), Cabal (≥1.8), directory, filepath, process
LicenseGPL-3
Copyright(c) 2010 Andy Stewart
AuthorAndy Stewart
MaintainerAndy Stewart <lazycat.manatee@gmail.com>
Stabilityprovisional
CategoryDistribution
Source repositorydarcs get http://patch-tag.com/r/AndyStewart/dist-upload
Executablesdist-upload
Upload dateWed Nov 24 19:08:06 UTC 2010
Uploaded byAndyStewart
Build failureghc-7.0 (log)

Modules

Downloads