Skip to content
Snippets Groups Projects
Commit 3e1925ac authored by Ian Lynagh's avatar Ian Lynagh
Browse files

More release notes

parent d99810d8
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,13 @@ ...@@ -73,6 +73,13 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
A bug in the RTS, which could cause programs to hang or
segfault just before they terminate, has been fixed.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
It is now possible to build on Sparc/Solaris with a It is now possible to build on Sparc/Solaris with a
...@@ -87,6 +94,57 @@ ...@@ -87,6 +94,57 @@
use a 32bit address space on 64bit Windows. use a 32bit address space on 64bit Windows.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
An interaction between Template Haskell and
<literal>-fdefer-type-errors</literal> that could cause
segfaults has been fixed.
</para>
</listitem>
<listitem>
<para>
If reloading some modules fails, GHCi will now not unload
modules that are unaffected by the failure.
</para>
</listitem>
<listitem>
<para>
A bug that caused crashes when
<literal>threadDelay</literal> is used with large arguments
has been fixed.
</para>
</listitem>
<listitem>
<para>
A bug which could cause segfaults when the
<literal>-xc</literal> RTS flag is used has been fixed.
</para>
</listitem>
<listitem>
<para>
A bug which caused duplicate type signatures to not be
reported in some circumstance has been fixed.
</para>
</listitem>
<listitem>
<para>
Using the <literal>-fth</literal> flag now gives a
deprecated message.
</para>
</listitem>
<listitem>
<para>
A bug that could cause spurious warnings when making rules
involving primops has been fixed.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment