[commit: ghc] ghc-7.4: Update 7.4.2 release notes. (f49c76e)
Paolo Capriotti
p.capriotti at gmail.com
Mon Apr 16 11:16:30 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/f49c76e9e16bf95f93a356b0e648f40062f32380
>---------------------------------------------------------------
commit f49c76e9e16bf95f93a356b0e648f40062f32380
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date: Mon Apr 16 10:14:03 2012 +0100
Update 7.4.2 release notes.
>---------------------------------------------------------------
docs/users_guide/7.4.2-notes.xml | 51 ++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/docs/users_guide/7.4.2-notes.xml b/docs/users_guide/7.4.2-notes.xml
index 02cb744..41d4c13 100644
--- a/docs/users_guide/7.4.2-notes.xml
+++ b/docs/users_guide/7.4.2-notes.xml
@@ -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>
More information about the Cvs-ghc
mailing list