[commit: ghc] ghc-7.6: Add release notes for 7.6.3 (720d752)
Ian Lynagh
igloo at earth.li
Sat Apr 20 12:34:30 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-7.6
https://github.com/ghc/ghc/commit/720d7525b917ac5036ba720649b4f9e8c782636f
>---------------------------------------------------------------
commit 720d7525b917ac5036ba720649b4f9e8c782636f
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Apr 18 23:46:10 2013 +0100
Add release notes for 7.6.3
>---------------------------------------------------------------
docs/users_guide/7.6.3-notes.xml | 24 ++++++++++++++++++++++++
docs/users_guide/intro.xml | 1 +
docs/users_guide/ug-ent.xml.in | 1 +
3 files changed, 26 insertions(+)
diff --git a/docs/users_guide/7.6.3-notes.xml b/docs/users_guide/7.6.3-notes.xml
new file mode 100644
index 0000000..f7a55d6
--- /dev/null
+++ b/docs/users_guide/7.6.3-notes.xml
@@ -0,0 +1,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>
+
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 66c72d1..f737611 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -354,6 +354,7 @@
&relnotes1;
&relnotes2;
+&relnotes3;
</chapter>
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index b01f2de..c65983a 100644
--- a/docs/users_guide/ug-ent.xml.in
+++ b/docs/users_guide/ug-ent.xml.in
@@ -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" >
More information about the ghc-commits
mailing list