[commit: ghc] wip/rae: Release notes for #1476, #7484. (e4dc334)
git at git.haskell.org
git at git.haskell.org
Tue Nov 18 20:21:55 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/e4dc33477e7f523b3f25655068b468deabc2f9d2/ghc
>---------------------------------------------------------------
commit e4dc33477e7f523b3f25655068b468deabc2f9d2
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 4 12:20:25 2014 -0500
Release notes for #1476, #7484.
>---------------------------------------------------------------
e4dc33477e7f523b3f25655068b468deabc2f9d2
docs/users_guide/7.10.1-notes.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml
index 7c1e65a..4d25ee8 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -128,6 +128,10 @@
</para>
<para>
+ Pattern splices now work.
+ </para>
+
+ <para>
<literal>reifyInstances</literal> now treats unbound type
variables as univerally quantified, allowing lookup of, say,
the instance for <literal>Eq [a]</literal>.
@@ -146,6 +150,13 @@
Various features unsupported in quotations were previously
silently ignored. These now cause errors.
</para>
+
+ <para>
+ Template Haskell is now more pedantic about splicing in
+ bogus variable names, like those containing whitespace. If you
+ use bogus names in your Template Haskell code, this may break
+ your program.
+ </para>
</listitem>
</itemizedlist>
</sect3>
More information about the ghc-commits
mailing list