Chapter 1. Introduction

Table of Contents
1.1. Obtaining Haddock
1.2. License
1.3. Acknowledgements

This is Haddock, a tool for automatically generating documentation from annotated Haskell source code. Haddock was designed with several goals in mind:

1.1. Obtaining Haddock

Distributions (source & binary) of Haddock can be obtained from its web site.

Up-to-date sources can also be obtained from CVS. The Haddock sources are under fptools/haddock in the fptools CVS repository, which also contains GHC, Happy, and several other projects. See Using The CVS Repository for information on how to access the CVS repository. Note that you need to check out the fpconfig module first to get the generic build system (the fptools directory), and then check out fptools/haddock to get the Haddock sources.