Difference between revisions of "Haddock"

From HaskellWiki
Jump to navigation Jump to search
([http://trac.haskell.org/haddock/ticket/18 Haddock does not presently work with GHC 6.8.3])
(works now)
Line 2: Line 2:
   
 
Haddock is now the de facto standard Haskell documentation tool. It is used for the standard libraries that come with [[GHC]] and [[Hugs]]. It is also supported by [[Cabal]].
 
Haddock is now the de facto standard Haskell documentation tool. It is used for the standard libraries that come with [[GHC]] and [[Hugs]]. It is also supported by [[Cabal]].
 
[http://trac.haskell.org/haddock/ticket/18 Haddock does not presently work with GHC 6.8.3]
 
   
 
* The main [http://haskell.org/haddock/ Haddock web page]
 
* The main [http://haskell.org/haddock/ Haddock web page]

Revision as of 08:32, 19 August 2008

Haddock is a tool for automatically generating documentation from annotated Haskell source code.

Haddock is now the de facto standard Haskell documentation tool. It is used for the standard libraries that come with GHC and Hugs. It is also supported by Cabal.