aboutsummaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authordavid.waern <david.waern@gmail.com>2010-03-14 14:36:35 +0000
committerdavid.waern <david.waern@gmail.com>2010-03-14 14:36:35 +0000
commitfa06576c8fdd5e5ae109929aadb8f4cafddf1198 (patch)
tree03621babd1e4a95af7bc817c5d589526fea1c736 /ANNOUNCE
parent041c03b5aab09533c4af687a74cb59fa217fa5e8 (diff)
Update ANNOUNCE
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE38
1 files changed, 7 insertions, 31 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 0c5fbb7d..4ec1b59c 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,41 +1,18 @@
--------------------------------------------
--- Haddock 2.6.0
+-- Haddock 2.7.0
--------------------------------------------
A new version of Haddock, the Haskell documentation tool, is out!
-This is the version that comes with GHC 6.12.1. It contains the main results of
-Isaac Dupree's Summer of Code project, which are:
-
- * Cross-package documentation (exporting something that comes from another
- package is handled correctly. The full documentation of that thing shows
- up in your documentation)
-
- * Lexing and parsing of Haddock comment markup is moved from GHC back into
- Haddock. This will make it easier to make changes to the markup format
-
-We have decided to drop compatibility with older GHC versions in order to speed
-up development.
-
--------------------------------------------
--- Full list of changes in version 2.6.0
+-- Changes in version 2.7.0
--------------------------------------------
- * Drop support for GHC 6.10.*
-
- * Add support for GHC 6.12.1
-
- * Cross-package documentation
-
- * Move lexing and parsing of the Haddock comment markup back to Haddock
-
- * Slightly prettier printing of instance heads
-
- * Support platforms for which GHC has no native code generator
+ * Instances can be commented
- * Add a flag --print-ghc-libdir
+ * The Haddock API now exposes more of the internals of Haddock
- * Minor bug fixes
+ * Bug fixes (most importantly #128)
--------------------------------------------
-- Links
@@ -45,7 +22,7 @@ Homepage:
http://www.haskell.org/haddock
Hackage page:
- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.6.0
+ http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.7.0
Bugtracker and wiki:
http://trac.haskell.org/haddock
@@ -63,8 +40,7 @@ Code repository:
The following people contributed patches to this release:
Isaac Dupree
- Ian Lynagh
- Simon Peyton-Jones
+ Yitzchak Gale
David Waern
--------------------------------------------