summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-08-06 22:54:06 (GMT)
committerBen Gamari <ben@smart-cactus.org>2018-08-07 19:55:20 (GMT)
commitf22baa424aed66cd75ea05d4db7efdcd0e021217 (patch)
tree4753b259faeea0210677a8c869d0513357c429a6
parent2604d9b48dfc3fee41082652dc26bf818626e317 (diff)
downloadghc-f22baa424aed66cd75ea05d4db7efdcd0e021217.zip
ghc-f22baa424aed66cd75ea05d4db7efdcd0e021217.tar.gz
ghc-f22baa424aed66cd75ea05d4db7efdcd0e021217.tar.bz2
users-guide: Enlarge title underlines in 8.8 release notes
Somehow the level-2 headings were all missing a tilde, causing Sphinx to complain.
-rw-r--r--docs/users_guide/8.8.1-notes.rst14
1 files 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