summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.2.1-notes.rst
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-12-21 08:59:27 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-27 17:38:32 -0500
commit925738839891b320b9436e7383d55dce2b8d4543 (patch)
tree23b1eff30fedebfabb827193ac5259a06a13ef6b /docs/users_guide/9.2.1-notes.rst
parent34a8a0e4cf188a30d2b4b65909f24185c80d071e (diff)
downloadhaskell-925738839891b320b9436e7383d55dce2b8d4543.tar.gz
Deprecate -h flag
It is confusing that it defaults to two different things depending on whether we are in the profiling way or not. Use -hc if you have a profiling build Use -hT if you have a normal build Fixes #19031
Diffstat (limited to 'docs/users_guide/9.2.1-notes.rst')
-rw-r--r--docs/users_guide/9.2.1-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst
index 6a2cc96128..717da75c33 100644
--- a/docs/users_guide/9.2.1-notes.rst
+++ b/docs/users_guide/9.2.1-notes.rst
@@ -85,6 +85,9 @@ Runtime system
space lost to fragmentation is no longer counted as live data.
+- The :rts-flag:`-h` flag has been deprecated, use either :rts-flag:`-hc` or
+ :rts-flag:`-hT` explicitly, as appropiate.
+
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~