Skip to content
Snippets Groups Projects
Commit f49c76e9 authored by pcapriotti's avatar pcapriotti
Browse files

Update 7.4.2 release notes.

parent 48c3d271
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,49 @@
has been fixed.
</para>
</listitem>
<listitem>
<para>
Generating an occurence without a binding site within a Template
Haskell splice now results in a sensible error message, instead of a
compiler panic (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5959">#5999</ulink>,
<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5971">#5971</ulink>).
</para>
</listitem>
<listitem>
<para>
A bug where an exception generated in a TH splice would escape to the
top level (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5976">#5976</ulink>)
has been fixed.
</para>
</listitem>
<listitem>
<para>
When using <literal>-fwarn-unsafe</literal>, GHC now reports unsafe
language extensions.
</para>
</listitem>
<listitem>
<para>
The non-threaded RTS now avoids wakeups when the system is idle
(<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5991">#5991</ulink>).
</para>
</listitem>
<listitem>
<para>
A bug causing a crash with a very small initial stack size (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5993">#5993</ulink>)
has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>
......@@ -240,6 +283,14 @@
url="http://hackage.haskell.org/trac/ghc/ticket/5800">#5800</ulink>).
</para>
</listitem>
<listitem>
<para>
An <literal>haddock</literal> bug (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5989">#5989</ulink>)
where modules were being incorrectly inferred safe has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
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