diff options
-rw-r--r-- | docs/users_guide/8.6.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/8.6.1-notes.rst b/docs/users_guide/8.6.1-notes.rst index fea86aef89..8920ea8132 100644 --- a/docs/users_guide/8.6.1-notes.rst +++ b/docs/users_guide/8.6.1-notes.rst @@ -120,6 +120,9 @@ Runtime system - The GHC runtime on Windows is no longer constrained by ``MAX_PATH``. +- The runtime now allows use of the :rts-flag:`-hT` profiling variety on + programs built with :ghc-flag:`-prof`. + Template Haskell ~~~~~~~~~~~~~~~~ |