upload-haddocks

Fix up Haskell documentation and upload it to Hackage


License
MIT
Install
pip install upload-haddocks==0.4

Documentation

upload-haddocks by Richard Cook

View on PyPI Licence

Simple script that fixes hyperlinks in Haskell documentation generated using stack haddock and then uploads it to the appropriate location on Hackage

Clone repository

git clone https://github.com/rcook/upload-haddocks.git

Developer notes

Various package properties are defined in upload-haddocks/__init__py:

  • __project_name__
  • __version__
  • __description__

When publishing a new build of the package, ensure that __version__ is incremented as appropriate.

Licence

MIT License

Released under MIT License