[commit: ghc] master: users-guide: Enlarge title underlines in 8.8 release notes (f22baa4)

git at git.haskell.org git at git.haskell.org
Tue Aug 7 19:55:48 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f22baa424aed66cd75ea05d4db7efdcd0e021217/ghc

>---------------------------------------------------------------

commit f22baa424aed66cd75ea05d4db7efdcd0e021217
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Aug 6 18:54:06 2018 -0400

    users-guide: Enlarge title underlines in 8.8 release notes
    
    Somehow the level-2 headings were all missing a tilde, causing Sphinx to complain.


>---------------------------------------------------------------

f22baa424aed66cd75ea05d4db7efdcd0e021217
 docs/users_guide/8.8.1-notes.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index de5f978..2661b33 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -20,7 +20,7 @@ Full details
 ------------
 
 Language
-~~~~~~~
+~~~~~~~~
 
 - :extension:`ScopedTypeVariables`: The type variable that a type signature on
   a pattern can bring into scope can now stand for arbitrary types. Previously,
@@ -28,27 +28,27 @@ Language
   unnecessary in `GHC proposal #29 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0029-scoped-type-variables-types.rst>`__. Also see :ghc-ticket:`15050`.
 
 Compiler
-~~~~~~~
+~~~~~~~~
 
 
 Runtime system
-~~~~~~~~~~~~~
+~~~~~~~~~~~~~~
 
 
 Template Haskell
-~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~
 
 
 ``ghc`` library
-~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~
 
 
 ``base`` library
-~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~
 
 
 Build system
-~~~~~~~~~~~
+~~~~~~~~~~~~
 
 
 Included libraries



More information about the ghc-commits mailing list