[commit: ghc] ghc-7.10: docs: More 7.10.2 notes (5888405)

git at git.haskell.org git at git.haskell.org
Tue Jun 9 10:45:48 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/58884056e2e384e5ad86c3ba628271e2e0e93280/ghc

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

commit 58884056e2e384e5ad86c3ba628271e2e0e93280
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue Jun 9 02:35:12 2015 -0500

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


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

58884056e2e384e5ad86c3ba628271e2e0e93280
 docs/users_guide/7.10.2-notes.xml | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 2f5ce76..f9917ca 100644
--- a/docs/users_guide/7.10.2-notes.xml
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -3,9 +3,11 @@
   <title>Release notes for version 7.10.2</title>
 
   <para>
-    The 7.10.2 release is a bugfix release, with over 40+ bug fixes
-    from users and contributors. The major bugfixes relative to 7.10.1
-    are listed below.
+    The 7.10.2 release is a bugfix release, with over 70+ bug fixes
+    from users and contributors relative to 7.10.1. The major bugfixes
+    are listed below. For the full list with more detail, see the
+    <ulink url="https://ghc.haskell.org/trac/ghc/milestone/7.10.2">GHC
+    7.10.2 milestone</ulink> on our bug tracker.
   </para>
 
   <sect2>
@@ -103,6 +105,13 @@
             fixed (issue #10218).
           </para>
        </listitem>
+       <listitem>
+          <para>
+            Several performance-related issues inside GHC have been
+            fixed. As a result, you should see improved compilation
+            times and memory usage (issues #10397, #10370).
+          </para>
+       </listitem>
     </itemizedlist>
   </sect2>
 
@@ -128,6 +137,17 @@
     </sect3>
 
     <sect3>
+        <title>binary</title>
+        <itemizedlist>
+            <listitem>
+                <para>
+                    Version number 0.7.5.0 (was 0.7.3.0)
+               </para>
+           </listitem>
+       </itemizedlist>
+    </sect3>
+
+    <sect3>
         <title>Cabal</title>
         <itemizedlist>
             <listitem>



More information about the ghc-commits mailing list