Haddock documentation
The documentation is in ReStructuredText format. You need Sphinx to process it. To build the HTML documentation,
$ make html
which leaves the HTML documentation the .build-html/
subdirectory.
Here we extend Haddock to admit `@since` annotations in export lists. These can be attached to most export list items (although not subordinate lists). These annotations supercede the declaration's `@since` annotation in produced Haddocks.
Name | Last commit | Last update |
---|---|---|
.. | ||
cheatsheet | ||
.gitignore | ||
Makefile | ||
README.md | ||
common-errors.rst | ||
conf.py | ||
ghc.mk | ||
index.rst | ||
intro.rst | ||
invoking.rst | ||
markup.rst | ||
multi-components.rst |
The documentation is in ReStructuredText format. You need Sphinx to process it. To build the HTML documentation,
$ make html
which leaves the HTML documentation the .build-html/
subdirectory.