[commit: ghc] ghc-7.8: More release notes (ba53ab5)

git at git.haskell.org git at git.haskell.org
Fri Dec 19 15:44:00 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/ba53ab574bbbba69a2cc5c773ce51bdbc0ad1b48/ghc

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

commit ba53ab574bbbba69a2cc5c773ce51bdbc0ad1b48
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Dec 19 09:32:06 2014 -0600

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


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

ba53ab574bbbba69a2cc5c773ce51bdbc0ad1b48
 docs/users_guide/7.8.4-notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/docs/users_guide/7.8.4-notes.xml b/docs/users_guide/7.8.4-notes.xml
index 27e7ee8..376f795 100644
--- a/docs/users_guide/7.8.4-notes.xml
+++ b/docs/users_guide/7.8.4-notes.xml
@@ -98,6 +98,54 @@
 	    type family applications has been fixed (issue #9433).
           </para>
        </listitem>
+       <listitem>
+          <para>
+            Several bugs have been fixed causing problems with
+            building GHC on ARM (issues #8951, #9620, #9336, and
+            #9552).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug in the typechecker that could cause an infinite loop
+            when using superclasses in a cycle has been fixed (issue #9415).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug causing corruption in signal handling with the
+            single-threaded runtime system has been fixed (issue
+            #9817).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug that could cause compiled programs to crash due to
+            use of overlapping type families has been fixed (issue
+            #9371).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug in the inliner that caused certain expressions
+            within unboxed tuples to not be properly evaluated has
+            been fixed (issue #9390).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug that caused the compiler to not always properly
+            detect LLVM tools (particularly on Windows) has been fixed
+            (issue #7143).
+          </para>
+       </listitem>
+       <listitem>
+          <para>
+            A bug that prevented GHC from deriving
+            <literal>Generic1</literal> instances for data families
+            has been fixed (#9563).
+          </para>
+       </listitem>
     </itemizedlist>
   </sect2>
 </sect1>



More information about the ghc-commits mailing list