[commit: ghc] master: Release note updates. (5af8ae5)

git at git.haskell.org git
Wed Oct 2 06:29:20 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5af8ae596b1766b06130dbc8a0cac6604f13e88b/ghc

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

commit 5af8ae596b1766b06130dbc8a0cac6604f13e88b
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Oct 2 01:28:52 2013 -0500

    Release note updates.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

5af8ae596b1766b06130dbc8a0cac6604f13e88b
 docs/users_guide/7.8.1-notes.xml |   42 ++++++++++++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 09a250a..8488cc2 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -418,6 +418,23 @@
                     in the future.
                </para>
            </listitem>
+            <listitem>
+                <para>
+                    GHC now persists annotations to interface files,
+                    meaning they can be read by GHC API clients.
+               </para>
+           </listitem>
+            <listitem>
+                <para>
+                    There is a new set of primops for utilizing
+                    hardware-based prefetch instructions, to help
+                    guide the processors caching decisions.
+               </para>
+                <para>
+                    Currently, these are only supported with the LLVM
+                    backend and x86/amd64 backends.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 
@@ -462,7 +479,12 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    TODO FIXME
+                    Template Haskell now supports Roles (TODO FIXME: elaborate?)
+               </para>
+           </listitem>
+            <listitem>
+                <para>
+                    Template Haskell now supports annotation pragmas.
                </para>
            </listitem>
        </itemizedlist>
@@ -681,7 +703,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number XXXX (was XXXX)
+                    Version number 0.7.1.0 (was 0.5.1.1)
                </para>
            </listitem>
        </itemizedlist>
@@ -692,7 +714,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number XXXX (was XXXX)
+                    Version number 0.10.3.0 (was 0.10.0.0)
                </para>
            </listitem>
        </itemizedlist>
@@ -703,7 +725,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number XXXX (was XXXX)
+                    Version number 1.18.1 (was 1.16.0)
               </para>
           </listitem>
       </itemizedlist>
@@ -857,6 +879,13 @@
                     Version number XXXX (was XXXX)
                </para>
            </listitem>
+            <listitem>
+                <para>
+                    Several bugs have been fixed, including deadlocks
+                    in <literal>readProcess</literal> and
+                    <literal>readProcessWithExitCode</literal>.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 
@@ -879,6 +908,11 @@
                     Version number XXXX (was XXXX)
                </para>
            </listitem>
+            <listitem>
+                <para>
+                    There is now support for annotation pragmas.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 




More information about the ghc-commits mailing list