[commit: ghc] master: rel-notes: Fix up formatting in release notes (1b1ba9d)
git at git.haskell.org
git at git.haskell.org
Tue Nov 21 21:49:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1b1ba9d440bb67f1e61fcff05604c291f0ff7998/ghc
>---------------------------------------------------------------
commit 1b1ba9d440bb67f1e61fcff05604c291f0ff7998
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Nov 20 17:14:03 2017 -0500
rel-notes: Fix up formatting in release notes
>---------------------------------------------------------------
1b1ba9d440bb67f1e61fcff05604c291f0ff7998
docs/users_guide/8.4.1-notes.rst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index 1e7a971..103559c 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -260,8 +260,9 @@ Runtime system
where module initialisation stopped requiring a call to ``hs_add_root()``.
- Proper import library support added to GHC which can handle all of the libraries produced
- by ``dlltool``. The limitation of them needing to be named with the suffix .dll.a is also removed.
- See :ghc-ticket:`13606`, :ghc-ticket:`12499`, :ghc-ticket:`12498`
+ by ``dlltool``. The limitation of them needing to be named with the suffix
+ ``.dll.a`` is also removed. See :ghc-ticket:`13606`, :ghc-ticket:`12499`,
+ :ghc-ticket:`12498`
- The GHCi runtime linker on Windows now supports the ``big-obj`` file format.
@@ -349,7 +350,7 @@ Template Haskell
~~~~~~~~~~~~~~~~
- Blank strings can now be used as values for environment variables using the
- System.Environment.Blank module. See :ghc-ticket:`12494`
+ ``System.Environment.Blank`` module. See :ghc-ticket:`12494`
- ``Data.Type.Equality.==`` is now a closed type family. It works for all kinds
out of the box. Any modules that previously declared instances of this family
More information about the ghc-commits
mailing list