dist-upload

Generate/Upload cabal package to Hackage.

Latest on Hackage:0.0.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Andy Stewart
Maintained by Andy Stewart

"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. :)