hup

Upload packages and/or documentation to a hackage server

https://github.com/phlummox/hup

Latest on Hackage:0.3.0.3

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.

BSD-2-Clause licensed by phlummox
Maintained by [email protected]

Command-line application (plus an associated library) for uploading Haskell packages or documentation to a hackage server.

Some sample command invocations: hup packbuild builds a source distribution .tgz file, ready for uploading; hup packup somefile.tgz uploads it to a hackage server (https://hackage.haskell.org/, by default); and hup packboth combines both steps.

Flags like [-c|--candidate] allow you to upload a candidate package instead.

Requires that stack (https://www.haskellstack.org) be installed.

See the README for further details (at https://github.com/phlummox/hup#readme)