[commit: ghc] wip/rae: Release notes for #1476, #7484. (d185e71)
git at git.haskell.org
git at git.haskell.org
Thu Nov 20 21:54:43 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/d185e714fefb0bfda42e7d0fe74216592bdaf1b1/ghc
>---------------------------------------------------------------
commit d185e714fefb0bfda42e7d0fe74216592bdaf1b1
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 4 12:20:25 2014 -0500
Release notes for #1476, #7484.
>---------------------------------------------------------------
d185e714fefb0bfda42e7d0fe74216592bdaf1b1
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 5eb9bae..aa6eec5 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -177,6 +177,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>.
@@ -213,6 +217,13 @@
a class). This means an expansion to the <literal>Dec</literal>
type.
</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