Skip to content
Snippets Groups Projects
Commit 720d7525 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add release notes for 7.6.3

parent cc73f58e
No related branches found
No related tags found
No related merge requests found
<?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>&lt;&lt;loop&gt;&gt;</literal>
at runtime, has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
......@@ -354,6 +354,7 @@
&relnotes1;
&relnotes2;
&relnotes3;
</chapter>
......
......@@ -5,6 +5,7 @@
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.6.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.6.2-notes.xml" >
<!ENTITY relnotes3 SYSTEM "7.6.3-notes.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY code-gens SYSTEM "codegens.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >
......
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