[commit: ghc] master: More tweaks. (21c2607)

git at git.haskell.org git at git.haskell.org
Wed Jan 22 23:31:59 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/21c2607be35fe89143972fd2c2fa1479d3a3538a/ghc

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

commit 21c2607be35fe89143972fd2c2fa1479d3a3538a
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Jan 22 17:12:26 2014 -0600

    More tweaks.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

21c2607be35fe89143972fd2c2fa1479d3a3538a
 docs/users_guide/7.8.1-notes.xml |   40 +++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 24 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 995444d..6ae5ecd 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -652,32 +652,12 @@
         </listitem>
     </itemizedlist>
 
-    <para>
-        The following libraries have been removed from the GHC tree:
-    </para>
-
-     <itemizedlist>
-         <listitem>
-             <para>TODO FIXME</para>
-        </listitem>
-    </itemizedlist>
-
-    <para>
-        The following libraries have been added to the GHC tree:
-    </para>
-
-     <itemizedlist>
-         <listitem>
-             <para>TODO FIXME</para>
-        </listitem>
-    </itemizedlist>
-
     <sect3>
         <title>array</title>
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number XXXX (was XXXX)
+                    Version number 0.5.0.0 (was 0.4.0.1)
                </para>
            </listitem>
        </itemizedlist>
@@ -832,7 +812,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number 0.10.3.0 (was 0.10.0.0)
+                    Version number 0.10.4.0 (was 0.10.0.0)
                </para>
            </listitem>
        </itemizedlist>
@@ -843,7 +823,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number 1.18.1.2 (was 1.16.0)
+                    Version number 1.18.1.3 (was 1.16.0)
               </para>
           </listitem>
       </itemizedlist>
@@ -854,7 +834,7 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number 0.5.3.1 (was 0.5.0.0)
+                    Version number 0.5.4.0 (was 0.5.0.0)
                </para>
            </listitem>
        </itemizedlist>
@@ -1045,6 +1025,18 @@
            </listitem>
             <listitem>
                 <para>
+                    Typed Template Haskell expressions are now
+                    supported. See <xref linkend="template-haskell"/>
+                    for more details.
+               </para>
+           </listitem>
+            <listitem>
+                <para>
+                    There is now support for roles.
+               </para>
+           </listitem>
+            <listitem>
+                <para>
                     There is now support for annotation pragmas.
                </para>
            </listitem>



More information about the ghc-commits mailing list