Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 692 Bytes

HACKING.md

File metadata and controls

24 lines (14 loc) · 692 Bytes

Hacking on Hup

Re-generating the README

The README file is generated from hup's --help output.

Run make README.md to regenerate it. This requires pweave, which can be installed with: pip3 install pweave.

Building with cabal

The hup executable is most easily built wwith stack, but see the cabal.project.freeze.* files for working dependencies for different platforms and versions of GHC.

Docker image used for testing

See the docker-hackage-server repository, which which builds a Docker image that runs hackage-server.