[commit: ghc] master: Add typed Template Haskell details to the release notes. (7a58033)

git at git.haskell.org git at git.haskell.org
Thu Oct 17 19:45:06 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7a58033f9937bd0fc7a10b55400db88d6ffca102/ghc

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

commit 7a58033f9937bd0fc7a10b55400db88d6ffca102
Author: Geoffrey Mainland <mainland at cs.drexel.edu>
Date:   Thu Oct 17 15:21:58 2013 -0400

    Add typed Template Haskell details to the release notes.


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

7a58033f9937bd0fc7a10b55400db88d6ffca102
 docs/users_guide/7.8.1-notes.xml |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 12dee70..eee3174 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -486,6 +486,20 @@
                     Template Haskell now supports annotation pragmas.
                </para>
            </listitem>
+           <listitem>
+             <para>
+                    Typed Template Haskell expressions are now supported. See
+                    <xref linkend="template-haskell"/> for more details.
+             </para>
+           </listitem>
+           <listitem>
+             <para>
+                    Template Haskell declarations, types, patterns, and
+                    <emphasis>untyped</emphasis> expressions are no longer
+                    typechecked at all. This is a backwards-compatible change
+                    since it allows strictly more programs to be typed.
+             </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 



More information about the ghc-commits mailing list