Skip to content
Snippets Groups Projects
Commit 9b50b5a5 authored by Ben Gamari's avatar Ben Gamari
Browse files

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.
parent 97e7c293
No related branches found
No related tags found
No related merge requests found
============================================================== ==============================================================
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 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, ...@@ -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 A more thorough list of the changes in the release can be found in the release
notes, 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 How to get it
......
...@@ -309,6 +309,7 @@ ...@@ -309,6 +309,7 @@
&relnotes1; &relnotes1;
&relnotes2; &relnotes2;
&relnotes3;
</chapter> </chapter>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<!ENTITY intro SYSTEM "intro.xml" > <!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.10.1-notes.xml" > <!ENTITY relnotes1 SYSTEM "7.10.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.10.2-notes.xml" > <!ENTITY relnotes2 SYSTEM "7.10.2-notes.xml" >
<!ENTITY relnotes3 SYSTEM "7.10.3-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