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

users_guide: Update relnotes for 7.8.2

parent 5dd87133
No related branches found
Tags 0.8.9.2
No related merge requests found
<?xml version="1.0" encoding="iso-8859-1"?>
<sect1 id="release-7-8-2">
<title>Release notes for version 7.8.2</title>
<para>
The 7.8.2 release is a bugfix release. The changes relative to
7.8.1 are listed below.
</para>
<sect2>
<title>GHC</title>
<itemizedlist>
<listitem>
<para>
A bug which could cause GHC to reject programs which use a
type family on the right-hand side (RHS) of a type synonym
has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
...@@ -308,6 +308,7 @@ ...@@ -308,6 +308,7 @@
&relnotes1; &relnotes1;
&relnotes2;
</chapter> </chapter>
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<!ENTITY license SYSTEM "license.xml"> <!ENTITY license SYSTEM "license.xml">
<!ENTITY intro SYSTEM "intro.xml" > <!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.8.1-notes.xml" > <!ENTITY relnotes1 SYSTEM "7.8.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.8.2-notes.xml" >
<!ENTITY using SYSTEM "using.xml" > <!ENTITY using SYSTEM "using.xml" >
<!ENTITY code-gens SYSTEM "codegens.xml" > <!ENTITY code-gens SYSTEM "codegens.xml" >
<!ENTITY runtime SYSTEM "runtime_control.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