[Git][ghc/ghc][master] Include -f{write,validate}-ide-info in the User's Guide flag reference
Marge Bot
gitlab at gitlab.haskell.org
Wed Sep 16 08:53:30 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
90229c4b by Ryan Scott at 2020-09-16T04:53:22-04:00
Include -f{write,validate}-ide-info in the User's Guide flag reference
Previously, these were omitted from the flag reference due to a
layout oversight in `docs/users_guide/flags.{rst,py}`.
Fixes #18426.
- - - - -
2 changed files:
- docs/users_guide/flags.py
- docs/users_guide/flags.rst
Changes:
=====================================
docs/users_guide/flags.py
=====================================
@@ -64,6 +64,7 @@ categories = {
'coverage': 'Program coverage',
'cpp': 'C pre-processor',
'debugging': 'Debugging the compiler',
+ 'extended-interface-files': 'Extended interface files',
'interactive': 'Interactive mode',
'interface-files': 'Interface files',
'keep-intermediates': 'Keeping intermediate files',
=====================================
docs/users_guide/flags.rst
=====================================
@@ -127,6 +127,21 @@ More details in :ref:`hi-options`
:type: table
:category: interface-files
+Extended interface file options
+-------------------------------
+
+More details in :ref:`hie-options`
+
+.. tabularcolumns::
+ | p{\dimexpr 0.30\textwidth-2\tabcolsep} |
+ p{\dimexpr 0.31\textwidth-2\tabcolsep} |
+ p{\dimexpr 0.11\textwidth-2\tabcolsep} |
+ p{\dimexpr 0.29\textwidth-2\tabcolsep} |
+
+.. flag-print::
+ :type: table
+ :category: extended-interface-files
+
Recompilation checking
----------------------
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90229c4b781184d0e59ac67afda90ed316f62bcd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90229c4b781184d0e59ac67afda90ed316f62bcd
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/20200916/26872769/attachment-0001.html>
More information about the ghc-commits
mailing list