Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/67b37cc57bce9fed5a0800630e0a4d534352404f >--------------------------------------------------------------- commit 67b37cc57bce9fed5a0800630e0a4d534352404f Author: Ian Lynagh <[email protected]> Date: Sun Jul 3 19:35:53 2011 +0100 Update ANNOUNCE >--------------------------------------------------------------- ANNOUNCE | 29 ++++++----------------------- 1 files changed, 6 insertions(+), 23 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 0c2b97f..de75f24 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,35 +1,18 @@ - ============================================================== - The (Interactive) Glasgow Haskell Compiler -- version 6.10.1 - ============================================================== + ============================================================= + The (Interactive) Glasgow Haskell Compiler -- version 7.2.1 + ============================================================= The GHC Team is pleased to announce a new major release of GHC. There have been a number of significant changes since the last major release, including: - * Some new language features have been implemented: - * Record syntax: wild-card patterns, punning, and field disambiguation - * Generalised quasi-quotes - * Generalised list comprehensions - * View patterns +<TODO: release note highlights> - * Type families have been completely re-implemented - * Now comes with Haddock 2, which supports all GHC extensions +Full release notes are here: - * Parallel garbage collection - - * Base provides extensible exceptions - - * The GHC API is easier to use - - * External core (output only) now works again - - * Data Parallel Haskell (DPH) comes as part of GHC - -The full release notes are here: - - http://haskell.org/ghc/docs/6.10.1/html/users_guide/release-6-10-1.html + http://www.haskell.org/ghc/docs/7.2.1/html/users_guide/release-7-2-1.html How to get it ~~~~~~~~~~~~~ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
