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

docs: More 7.10.2 release notes


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 636fc2eb
No related branches found
Tags ghc-9.8.1-alpha2
No related merge requests found
......@@ -14,6 +14,13 @@
<title>GHC</title>
<itemizedlist>
<listitem>
<para>
A bug in the typechecker which could result in strange,
inconsistent reduction of type families has been fixed
(issue #10488).
</para>
</listitem>
<listitem>
<para>
A bug which caused GHC to generate bad DWARF unwinding
......@@ -131,6 +138,18 @@
(issue #10317).
</para>
</listitem>
<listitem>
<para>
A bug which could cause compiled programs to loop forever
when glibc's iconv implementation (gconv) wasn't available
has been fixed, so these programs will now terminate with
an error. As a result of this change, however, GHC
compiled programs now also specifically recognize ASCII
encodings, and can bypass iconv in these cases. This
allows statically compiled programs to exist inside an
initramfs, for example. (issues #10298, #7695).
</para>
</listitem>
</itemizedlist>
</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