blob: f7a55d656a391dbd4ac710e4647ab1faf29b0df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="iso-8859-1"?>
<sect1 id="release-7-6-3">
<title>Release notes for version 7.6.3</title>
<para>
The 7.6.3 release is a bugfix release. The changes relative to
7.6.2 are listed below.
</para>
<sect2>
<title>GHC</title>
<itemizedlist>
<listitem>
<para>
A bug which could cause GHC to accept or infer an incorrect
type, resulting in a <literal><<loop>></literal>
at runtime, has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
|