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

[ distribution, gpl, library, program ] [ Propose Tags ]

"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

Maintainer's Corner

Package maintainers

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]
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 3383 total (13 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]