Skip to content

Commit

Permalink
docs: More 7.10.2 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <austin@well-typed.com>
  • Loading branch information
Austin Seipp committed Jun 12, 2015
1 parent 636fc2e commit f4f6f18
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/users_guide/7.10.2-notes.xml
Expand Up @@ -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
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit f4f6f18

Please sign in to comment.