Skip to content
Snippets Groups Projects
Commit e7d041be authored by Austin Seipp's avatar Austin Seipp
Browse files

Release note updates for 7.8.3

parent 8b5d2620
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,19 @@
crash during compilation has been fixed (issue #9155).
</para>
</listitem>
<listitem>
<para>
A handful of bugs in the pattern synonyms implementation
have been fixed (issues #9161, #8966, #9023, #9175).
</para>
</listitem>
<listitem>
<para>
A bug in runtime system which would cause
<literal>tryReadMVar</literal> to deadlock has been fixed
(issue #9148).
</para>
</listitem>
<listitem>
<para>
A segmentation fault for compiled programs using
......@@ -36,6 +49,12 @@
faults has been fixed (issue #9001).
</para>
</listitem>
<listitem>
<para>
A bug in the code generator that could cause segmentation
faults has been fixed (issue #9045).
</para>
</listitem>
<listitem>
<para>
A bug which caused <literal>gcc</literal> to error when
......@@ -43,6 +62,13 @@
(issue #8768).
</para>
</listitem>
<listitem>
<para>
A bug which caused a performance regression in the new
`Typeable` implementation (due to recomputation of known
values) has been fixed (issue #9203).
</para>
</listitem>
<listitem>
<para>
Several memory leaks and bugs in the runtime system and C
......@@ -57,6 +83,14 @@
#9068).
</para>
</listitem>
<listitem>
<para>
A bug which could result in programs using all available
memory, due to a regression in the <literal>Read</literal>
instance for <literal>Data.Fixed.Pico</literal> has been
fixed (issue #9231).
</para>
</listitem>
<listitem>
<para>
The libraries <literal>haskeline</literal>,
......
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