[commit: ghc] wip/rae: Release notes for #1476, #7484. (757fabc)

git at git.haskell.org git at git.haskell.org
Tue Nov 4 18:58:39 UTC 2014


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

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/757fabcfd0868c7d7f0e19f53dd8533a5aa8988c/ghc

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

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

    Release notes for #1476, #7484.


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

757fabcfd0868c7d7f0e19f53dd8533a5aa8988c
 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..fc88c5d 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 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