[Haskell] ANNOUNCE: Haddock version 0.7

Christian Maeder maeder at tzi.de
Wed Aug 24 06:44:30 EDT 2005


Hi,

I've just noticed that haddock-0.7 creates Data-Map.html instead of
Data.Map.html files (and links to these files)!

I've actually proposed this change, but it does not fit to the currently
released haddock documentation of the libraries. (Our web server used to
reject the file Data.Map.html, because ".Map" was interpreted as extension.)

So maybe haddock-0.7 should be installed only in conjunction with the
next ghc release. (or is a haddock release needed that really matches
the current ghc-6.4 library documentation?)

Cheers Christian

Simon Marlow wrote:
> Haddock 0.7 is released, get it from here:
> 
>   http://www.haskell.org/haddock/
> 
> Haddock is a tool for generating documentation for Haskell libraries.
> This new version has already been in use for some time generating the
> documentation for GHC's libraries:
> 
>   http://www.haskell.org/ghc/docs/latest/html/libraries/index.html
> 
> Here's the change list for version 0.7:
> 
>   * Changes in the way Haddock decides where to direct hyperlinks.  Each
>     entity is now assigned a single "home" module, and all hyperlinks
> are
>     directed to that module.  See the docs ("Hyperlinking and
> re-exported
>     entities") for details.
> 
>   * New options --ignore-all-exports, --hide
> 
>   * New option --use-package for creating documentation that hyperlinks
> to
>     the HTML documentation for existing packages on your system.  It
> works
>     by querying ghc-pkg for the location of the Haddock interface and
>     HTML for the given package.
> 
>   * Parts of the HTML documentation, notably lists of instances, are
>     now "collapsible" with a +/- button.  Also, the contents page is now
>     in the form of tree in which subtrees can be collapsed.
> 
>   * Support for Microsoft DevHelp and HtmlHelp 2.0 formats.
> 
>   * Support for a short description for each module for the contents
> page.
> 
>   * Compiles with GHC 6.4+
> 
>   * Various bugfixes
> 
> Thanks to everyone who contributed to this version.  The TODO list grows
> long, however - more help is always welcome!
> 
> Cheers,
> 	Simon
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
> 



More information about the Haskell mailing list