diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-07 09:55:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-07 12:41:15 -0500 |
commit | 7d34f6962183c638012a69b972e43feae55a89eb (patch) | |
tree | b5a6bf1cd9ba06768d286892ba22b94645e05e30 | |
parent | ae7c33f86e7b5cfed19b2e62214a92db0bb5f9f0 (diff) | |
download | haskell-7d34f6962183c638012a69b972e43feae55a89eb.tar.gz |
relnotes: Clarify a few things
[skip ci]
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 8 |
1 files 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 21b19f1b45..49dd861b8f 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` |