diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2017-11-20 17:14:03 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-20 17:14:03 -0500 |
| commit | 1b1ba9d440bb67f1e61fcff05604c291f0ff7998 (patch) | |
| tree | b6e10a69113c26bec1ce556c6acfb52b5246b03a | |
| parent | ddded7e68dc865b3b75a43f87379c3a54e0e692c (diff) | |
| download | haskell-1b1ba9d440bb67f1e61fcff05604c291f0ff7998.tar.gz | |
rel-notes: Fix up formatting in release notes
| -rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 7 |
1 files 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 1e7a971989..103559cedd 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 |
