[Haskell-cafe] ANNOUNCE: Haddock 2.10.0

David Waern david.waern at gmail.com
Sat Mar 3 18:02:26 CET 2012


--------------------------------------------
-- Haddock 2.10.0
--------------------------------------------

Version 2.10.0, which was released with GHC 7.4.1, is now uploaded on Hackage.
Here are the release notes:

--------------------------------------------
-- Changes in 2.10.0
--------------------------------------------

 * Require GHC >= 7.4

 * Safe Haskell indications on module pages

 * Type declarations on identifiers no longer necessary

 * Add flag --interface-version

 * Warn when comment refers to in-scope identifier without documentation

 * Bug fix: links to out-of-scope things (#78)

 * Bug fix: module references to other packages work again

--------------------------------------------
-- Links
--------------------------------------------

Hackage page:
 http://hackage.haskell.org/package/haddock-2.10.0

Bugtracker and wiki:
 http://trac.haskell.org/haddock

Mailing list:
 haddock at projects.haskell.org

Code repository:
 http://darcs.haskell.org/haddock.git

--------------------------------------------
-- Contributors
--------------------------------------------

The following people contributed patches to this release:

Ian Lynagh
Jose Pedro Magalhaes
Simon Peyton-Jones
Ryan Newton
David Terei
David Waern

Also thanks to Simon Hengel for spotting a serious bug before the release.

--------------------------------------------
-- Get Involved
--------------------------------------------

We would be very happy to get more contributors. To get involved, start by
grabbing the code:

 http://darcs.haskell.org/haddock.git

Then take a look at the bug and feature tracker for things to work on:

 http://trac.haskell.org/haddock



More information about the Haskell-Cafe mailing list