[Git][ghc/ghc][master] Description of flag `-H` was in 'verbosity options', moved to 'misc'.
Marge Bot
gitlab at gitlab.haskell.org
Tue Sep 29 04:32:51 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
b9635d0a by Benjamin Maurer at 2020-09-29T00:32:43-04:00
Description of flag `-H` was in 'verbosity options', moved to 'misc'.
Fixes #18699
- - - - -
1 changed file:
- docs/users_guide/using.rst
Changes:
=====================================
docs/users_guide/using.rst
=====================================
@@ -1255,14 +1255,6 @@ messages and in GHCi:
the errors and warnings that originate later in the file are
displayed first.
-.. ghc-flag:: -H ⟨size⟩
- :shortdesc: Set the minimum size of the heap to ⟨size⟩
- :type: dynamic
- :category: misc
-
- Set the minimum size of the heap to ⟨size⟩. This option is
- equivalent to ``+RTS -Hsize``, see :ref:`rts-options-gc`.
-
.. ghc-flag:: -Rghc-timing
:shortdesc: Summarise timing stats for GHC (same as ``+RTS -tstderr``).
:type: dynamic
@@ -1508,6 +1500,14 @@ Some flags only make sense for a particular use case.
``ghcversions.h`` file to be included. This is primarily intended to be
used by GHC's build system.
+.. ghc-flag:: -H ⟨size⟩
+ :shortdesc: Set the minimum size of the heap to ⟨size⟩
+ :type: dynamic
+ :category: misc
+
+ Set the minimum size of the heap to ⟨size⟩. This option is
+ equivalent to ``+RTS -Hsize``, see :ref:`rts-options-gc`.
+
Other environment variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b9635d0a9bbb7f659c376b68cdc87223c864243c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b9635d0a9bbb7f659c376b68cdc87223c864243c
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200929/c7f592d2/attachment-0001.html>
More information about the ghc-commits
mailing list