From 8bfe43db4fbd50510c66fc73546f2087e8acf310 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 7 Sep 2012 15:21:30 +0200 Subject: Update ANNOUNCE. --- ANNOUNCE | 52 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 19 deletions(-) (limited to 'ANNOUNCE') diff --git a/ANNOUNCE b/ANNOUNCE index e56f341f..36df3765 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,28 +1,41 @@ -------------------------------------------- --- Haddock 2.9.3 +-- Haddock 2.10.0 and 2.11.0 -------------------------------------------- -A new version of Haddock, the Haskell documentation tool, is out! +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! -This is the version that comes with GHC 7.2.1 (although that executable claims -it is version 2.9.2!) +-------------------------------------------- +-- Changes in version 2.12.0 +-------------------------------------------- + + * Labeled URLs (e.g ) -Apologies to people who have sent in patches that haven't made it into this -release, they will go into the next one. + * Improved memory usage (new dependency: deepseq) -------------------------------------------- --- Changes in version 2.9.3 +-- Changes in version 2.11.0 -------------------------------------------- -Changes in version 2.9.3 + * 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 - * Build with GHC 7.2.1 + * Fix reporting of modules safe haskell mode - * Support blank lines in results of examples + * Fix a case where we were generating invalid xhtml - * A type signatures for multiple names generates one signature in the output + * Improved --qual option (no crashes, proper error messages) - * Minor bug fixes + * 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 -------------------------------------------- -- Links @@ -32,7 +45,7 @@ Homepage: http://www.haskell.org/haddock Hackage page: - http://hackage.haskell.org/package/haddock-2.9.0 + http://hackage.haskell.org/package/haddock-2.12.0 Bugtracker and wiki: http://trac.haskell.org/haddock @@ -41,7 +54,7 @@ Mailing list: haddock@projects.haskell.org Code repository: - http://code.haskell.org/haddock + http://darcs.haskell.org/haddock.git -------------------------------------------- -- Contributors @@ -49,12 +62,13 @@ Code repository: The following people contributed patches to this release: -Max Bolingbroke -Ian Lynagh +Paolo Capriotti Simon Hengel -Jose Pedro Magalhaes +Ian Lynagh Simon Peyton Jones -Michal Terepeta +Iavor S. Diatchki +David Terei +Henning Thielemann David Waern -------------------------------------------- @@ -64,7 +78,7 @@ David Waern We would be very happy to get more contributors. To get involved, start by grabbing the code: - http://code.haskell.org/haddock + http://darcs.haskell.org/haddock.git Then take a look at the bug and feature tracker for things to work on: -- cgit v1.2.3 From ce09f353cab60e990f6d6b795da5a2db3aeb100d Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 10 Oct 2012 11:15:19 +0200 Subject: Update ANNOUNCE and CHANGES --- ANNOUNCE | 43 +++++++++---------------------------------- CHANGES | 10 ++++++++++ 2 files changed, 19 insertions(+), 34 deletions(-) (limited to 'ANNOUNCE') diff --git a/ANNOUNCE b/ANNOUNCE index 36df3765..6ff63399 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 ) + * 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 fdd5f43c..6c4d7137 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 ) -- cgit v1.2.3 From d31b961cef67c12349a39d90d6afa7fb3cba18af Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Thu, 11 Oct 2012 12:54:38 +0200 Subject: Update ANNOUNCE and CHANGES --- ANNOUNCE | 6 +++--- CHANGES | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ANNOUNCE') diff --git a/ANNOUNCE b/ANNOUNCE index 6ff63399..8069437f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,11 +1,11 @@ -------------------------------------------- --- Haddock 2.13.0 +-- Haddock 2.13.1 -------------------------------------------- A new versions of Haddock has been uploaded to Hackage. -------------------------------------------- --- Changes in version 2.12.0 +-- Changes in version 2.13.1 -------------------------------------------- * Hide instances that are "internal" to a module @@ -24,7 +24,7 @@ Homepage: http://www.haskell.org/haddock Hackage page: - http://hackage.haskell.org/package/haddock-2.12.0 + http://hackage.haskell.org/package/haddock Bugtracker and wiki: http://trac.haskell.org/haddock diff --git a/CHANGES b/CHANGES index 6c4d7137..e68c8f9b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes in version 2.13.0 +Changes in version 2.13.1 * Hide instances that are "internal" to a module -- cgit v1.2.3