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

Update 7.4.2 release notes.

parent cb384a6e
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,26 @@ ...@@ -173,6 +173,26 @@
has been fixed. has been fixed.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
A performance bug causing functions to lose the tail-recursive
property after optimization (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5920">#5920</ulink>,
<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5997">#5997</ulink>)
has been fixed.
</para>
</listitem>
<listitem>
<para>
<literal>hs_init</literal> can now be called with
<literal>NULL</literal> pointers as arguments (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/6006">#6006</ulink>).
</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>
...@@ -216,10 +236,12 @@ ...@@ -216,10 +236,12 @@
<listitem> <listitem>
<para> <para>
Fixed bug (<ulink A GHCi bug (<ulink
url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>) url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>,
where a failed import in GHCi with -XPackageImport would cause <ulink
successive imports to fail. url="http://hackage.haskell.org/trac/ghc/ticket/6007">#6007</ulink>)
where a failed import would cause successive imports to fail has been
fixed.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
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