[commit: ghc] master: relnotes: Clarify a few things (7d34f69)
git at git.haskell.org
git at git.haskell.org
Tue Nov 7 18:13:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7d34f6962183c638012a69b972e43feae55a89eb/ghc
>---------------------------------------------------------------
commit 7d34f6962183c638012a69b972e43feae55a89eb
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 7 09:55:02 2017 -0500
relnotes: Clarify a few things
[skip ci]
>---------------------------------------------------------------
7d34f6962183c638012a69b972e43feae55a89eb
docs/users_guide/8.4.1-notes.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index 21b19f1..49dd861 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -236,12 +236,12 @@ Compiler
performance for recursive types not shaped like cons-lists, and allows ``null``
to terminate for more (but not all) infinitely large structures.
-- `-fsplit-sections` is now supported on x86_64 Windows and is on by default.
+- :ghc-flag:`-fsplit-sections` is now supported on x86_64 Windows and is on by default.
See :ghc-ticket:`12913`.
-- Configure on Windows now supports ``--enable-distro-toolchain`` which can be
- used to build a GHC using compilers on your ``PATH`` instead of using the
- bundled bindist. See :ghc-ticket:`13792`
+- Configure on Windows now supports the ``--enable-distro-toolchain``
+ ``configure`` flag, which can be used to build a GHC using compilers on your
+ ``PATH`` instead of using the bundled bindist. See :ghc-ticket:`13792`
- The optional ``instance`` keyword is now usable in type family instance
declarations. See :ghc-ticket:`13747`
More information about the ghc-commits
mailing list