Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/ce09f353cab60e990f6d6b795da5a2db3aeb100d >--------------------------------------------------------------- commit ce09f353cab60e990f6d6b795da5a2db3aeb100d Author: Simon Hengel <[email protected]> Date: Wed Oct 10 11:15:19 2012 +0200 Update ANNOUNCE and CHANGES >--------------------------------------------------------------- ANNOUNCE | 43 +++++++++---------------------------------- CHANGES | 10 ++++++++++ 2 files changed, 19 insertions(+), 34 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 36df376..6ff6339 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,41 +1,20 @@ -------------------------------------------- --- Haddock 2.10.0 and 2.11.0 +-- Haddock 2.13.0 -------------------------------------------- -Two new versions of Haddock have been uploaded to Hackage: version -2.10.0 which comes with GHC 7.4.2 and 2.11.0 which comes with the new -GHC 7.6.1! +A new versions of Haddock has been uploaded to Hackage. -------------------------------------------- -- Changes in version 2.12.0 -------------------------------------------- - * Labeled URLs (e.g <http://example.net/ some label>) + * Hide instances that are "internal" to a module - * Improved memory usage (new dependency: deepseq) + * Add support for properties in documentation --------------------------------------------- --- Changes in version 2.11.0 --------------------------------------------- - - * Show deprecation messages for identifiers - - * List identifiers declared on the same line (with a common type) separately - - * Don't crash on unicode strings in doc comments - - * Fix reporting of modules safe haskell mode + * Fix a bug with spurious superclass constraints - * Fix a case where we were generating invalid xhtml - - * Improved --qual option (no crashes, proper error messages) - - * A new --qual option "aliased" which qualifies identifers by the module alias - used in the source code - - * The Haddock API restores GHC's static flags after invocation - - * Access to unexported identifiers through the Haddock API again + * Fix and extend the Haddock API -------------------------------------------- -- Links @@ -62,14 +41,10 @@ Code repository: The following people contributed patches to this release: -Paolo Capriotti -Simon Hengel -Ian Lynagh -Simon Peyton Jones -Iavor S. Diatchki -David Terei -Henning Thielemann +Kazu Yamamoto +Roman Cheplyaka David Waern +Simon Hengel -------------------------------------------- -- Get Involved diff --git a/CHANGES b/CHANGES index fdd5f43..6c4d713 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +Changes in version 2.13.0 + + * Hide instances that are "internal" to a module + + * Add support for properties in documentation + + * Fix a bug with spurious superclass constraints + + * Fix and extend the Haddock API + Changes in version 2.12.0 * Labeled URLs (e.g <http://example.net/ some label>) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
