Haddock is a tool for automatically generating documentation from annotated Haskell source code. It is primary intended for documenting libraries, but it should be useful for any kind of Haskell code.
Haddock lets you write documentation annotations next to the definitions of functions and types in the source code, in a syntax that is easy on the eye when writing the source code (no heavyweight mark-up). The documentation generated by Haddock is fully hyperlinked: click on a type name in a type signature to go straight to the definition, and documentation, for that type.
Haddock can generate documentation in multiple formats; currently HTML is implemented, and there is partial support for generating DocBook.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 599.2 kB | 2888 kB | [list of files] |
| armel | 1,475.2 kB | 10500 kB | [list of files] |
| hppa | 2,049.0 kB | 10576 kB | [list of files] |
| i386 | 559.2 kB | 2156 kB | [list of files] |
| ia64 | 2,177.6 kB | 20516 kB | [list of files] |
| mips | 2,380.6 kB | 16248 kB | [list of files] |
| mipsel | 2,335.1 kB | 16248 kB | [list of files] |
| powerpc | 1,336.0 kB | 8656 kB | [list of files] |
| s390 | 2,108.5 kB | 10164 kB | [list of files] |
| sparc | 1,347.5 kB | 8492 kB | [list of files] |