@hackage hup0.3.0.3

Upload packages and/or documentation to a hackage server

  • Installation

  • Tested Compilers

  • Dependencies (12)

  • Dependents (0)

  • Package Flags

      enablewebtests
       (on by default)

      Enable tests that do a (pretty minimal) check by running an actual Warp web server. (Slower to build and run than other tests.)

      extraghcwarnings
       (on by default)

      Enable extra ghc warnings

      buildstackbasedtests
       (off by default)

      Enable tests requiring stack

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)