@hackage / dist-upload

Generate/Upload cabal package to Hackage.

Latest0.0.4

About

Metadata

  • Last updated , by AndyStewart
  • License GPL-3.0-only
  • Categories Package Distribution
  • Maintained by: Andy Stewart <lazycat.manatee@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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