[commit: ghc] master: Add release note about Unicode 7.0 (c819958)
git at git.haskell.org
git at git.haskell.org
Tue Oct 21 21:50:56 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c8199582ffe98fbfaef8e4aa036c748f8ec6b7ca/ghc
>---------------------------------------------------------------
commit c8199582ffe98fbfaef8e4aa036c748f8ec6b7ca
Author: Austin Seipp <austin at well-typed.com>
Date: Tue Oct 21 15:31:57 2014 -0500
Add release note about Unicode 7.0
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
c8199582ffe98fbfaef8e4aa036c748f8ec6b7ca
docs/users_guide/7.10.1-notes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml
index a02c4b0..7b40002 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -66,6 +66,12 @@
<itemizedlist>
<listitem>
<para>
+ GHC has had its internal Unicode database for
+ parsing updated to the Unicode 7.0 standard.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
GHC now checks that all the language extensions required for
the inferred type signatures are explicitly enabled. This
means that if any of the type signatures inferred in your
More information about the ghc-commits
mailing list