[commit: ghc] ghc-7.10: A few documentation fixes after 7.10.3 tag was cut (9b50b5a)
git at git.haskell.org
git at git.haskell.org
Wed Dec 9 12:40:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/9b50b5a5da4325e703210b2de2d816debe4c8a64/ghc
>---------------------------------------------------------------
commit 9b50b5a5da4325e703210b2de2d816debe4c8a64
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 8 19:47:57 2015 +0100
A few documentation fixes after 7.10.3 tag was cut
Unfortunately there were a few issues with the documentation in the
tagged 7.10.3 release. This fixes these. These changes will be in a
7.10.3a release which will serve as the primary source release for
7.10.3.
>---------------------------------------------------------------
9b50b5a5da4325e703210b2de2d816debe4c8a64
ANNOUNCE | 4 ++--
docs/users_guide/intro.xml | 1 +
docs/users_guide/ug-ent.xml.in | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE
index 7812eba..0018b37 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,6 +1,6 @@
==============================================================
- The (Interactive) Glasgow Haskell Compiler -- version 7.10.2
+ The (Interactive) Glasgow Haskell Compiler -- version 7.10.3
==============================================================
The GHC Team is pleased to announce a new minor release of GHC. This is a
@@ -29,7 +29,7 @@ bug-fix release and contains a number of important fixes,
A more thorough list of the changes in the release can be found in the release
notes,
- http://haskell.org/ghc/docs/7.10.2/html/users_guide/release-7-10-2.html
+ http://haskell.org/ghc/docs/7.10.3/html/users_guide/release-7-10-3.html
How to get it
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 3292334..fb7116e 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -309,6 +309,7 @@
&relnotes1;
&relnotes2;
+&relnotes3;
</chapter>
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index b696aad..3629e93 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.10.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.10.2-notes.xml" >
+<!ENTITY relnotes3 SYSTEM "7.10.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