[commit: ghc] ghc-7.8: users_guide: Update relnotes for 7.8.2 (f63d87a)
git at git.haskell.org
git at git.haskell.org
Fri Apr 11 13:50:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/f63d87a053ee04387ce23a6784b64edfdb0277ed/ghc
>---------------------------------------------------------------
commit f63d87a053ee04387ce23a6784b64edfdb0277ed
Author: Austin Seipp <austin at well-typed.com>
Date: Thu Apr 10 08:37:48 2014 -0500
users_guide: Update relnotes for 7.8.2
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
f63d87a053ee04387ce23a6784b64edfdb0277ed
docs/users_guide/7.8.2-notes.xml | 23 +++++++++++++++++++++++
docs/users_guide/intro.xml | 1 +
docs/users_guide/ug-ent.xml.in | 1 +
3 files changed, 25 insertions(+)
diff --git a/docs/users_guide/7.8.2-notes.xml b/docs/users_guide/7.8.2-notes.xml
new file mode 100644
index 0000000..9a67474
--- /dev/null
+++ b/docs/users_guide/7.8.2-notes.xml
@@ -0,0 +1,23 @@
+<?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>
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 6da7004..3292334 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -308,6 +308,7 @@
&relnotes1;
+&relnotes2;
</chapter>
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index ce87089..0b343ec 100644
--- a/docs/users_guide/ug-ent.xml.in
+++ b/docs/users_guide/ug-ent.xml.in
@@ -4,6 +4,7 @@
<!ENTITY license SYSTEM "license.xml">
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.8.1-notes.xml" >
+<!ENTITY relnotes2 SYSTEM "7.8.2-notes.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY code-gens SYSTEM "codegens.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >
More information about the ghc-commits
mailing list