[commit: ghc] master: Release notes for #1476, #7484. (1b22d9f)

git at git.haskell.org git at git.haskell.org
Fri Nov 21 16:18:30 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1b22d9f288cbf819be90ec42b254fb1b67dded2d/ghc

>---------------------------------------------------------------

commit 1b22d9f288cbf819be90ec42b254fb1b67dded2d
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Nov 4 12:20:25 2014 -0500

    Release notes for #1476, #7484.


>---------------------------------------------------------------

1b22d9f288cbf819be90ec42b254fb1b67dded2d
 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 40a5ac0..596ec16 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -187,6 +187,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>.
@@ -223,6 +227,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