superdoc

Version 0.1.2.9 revision 0 uploaded by PeterSelinger.

Package meta

Synopsis
Additional documentation markup and Unicode support
Description

This package extends Cabal's documentation building capabilities. It extends the Haddock markup language with syntax for subscripts, superscripts, and more. Recent version of Haddock already support bold text and the inclusion of images; however, we continue to provide markup for these for backward compatibility with earlier versions of Superdoc.

This package is designed to work transparently. It provides a custom main function that package maintainers can use in their Setup.hs file. In most cases, this is as simple as setting the build-type to Custom, adding superdoc to the package dependencies, and putting the following two lines into Setup.hs:

import Distribution.Superdoc
main = superdocMain

For more information on the available markup, see Distribution.Superdoc.

Author
Peter Selinger
Bug reports
n/a
Category
Distribution
Copyright
Copyright (c) 2013-2018 Peter Selinger
Homepage
http://www.mathstat.dal.ca/~selinger/superdoc/
Maintainer
selinger@mathstat.dal.ca
Package URL
n/a
Stability
n/a

Components