diff options
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst index b787e2e626..4ed70280eb 100644 --- a/docs/users_guide/8.4.1-notes.rst +++ b/docs/users_guide/8.4.1-notes.rst @@ -163,10 +163,10 @@ 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. + 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. +- The GHCi runtime linker on Windows now supports the ``big-obj`` file format. - The runtime system's :ref:`native stack backtrace <backtrace-signal>` support on POSIX platforms is now triggered by ``SIGQUIT`` instead of ``SIGUSR2`` as |