diff options
Diffstat (limited to 'docs/users_guide/9.4.1-notes.rst')
-rw-r--r-- | docs/users_guide/9.4.1-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst index 6b99928c44..a4533570c7 100644 --- a/docs/users_guide/9.4.1-notes.rst +++ b/docs/users_guide/9.4.1-notes.rst @@ -83,7 +83,7 @@ Compiler Runtime system ~~~~~~~~~~~~~~ -- dtrace probe points are now provided for linux, adding to the existing support for darwin and FreeBSD. To compile a ghc with this included configure with ``--enable-dtrace`` and ensure libsystemtap is available. +- DTrace probe points are now provided on Linux, adding to the existing support for Darwin and FreeBSD. To compile GHC with DTrace support pass the ``--enable-dtrace`` flag to `configure` and ensure that `libsystemtap` is available. ``ghc`` library ~~~~~~~~~~~~~~~ |