Haddock is a tool for automatically generating documentation from
annotated Haskell source code. The documentation generated by Haddock
is fully hyperlinked.
Haddock can generate documentation in multiple formats; currently HTML
is implemented, and there is partial support for generating DocBook.

author:		Simon Marlow, David Waern
maintainer:	David Waern <david.waern@gmail.com>
license:	BSD3
exposed-modules:	Distribution.Haddock
WWW:	http://www.haskell.org/haddock/
