[commit: ghc] wip/rae: Release notes for #1476, #7484. (361004a)
git at git.haskell.org
git at git.haskell.org
Tue Nov 4 17:33:57 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/361004a6ebac8e7cc5a0bf90d840ffef3997e66a/ghc
>---------------------------------------------------------------
commit 361004a6ebac8e7cc5a0bf90d840ffef3997e66a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 4 12:20:25 2014 -0500
Release notes for #1476, #7484.
>---------------------------------------------------------------
361004a6ebac8e7cc5a0bf90d840ffef3997e66a
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 95f581b..b197406 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -120,6 +120,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>.
@@ -138,6 +142,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 "<literal>a </literal>". 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