summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.rst
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-01-19 00:07:47 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-19 00:07:52 +0100
commitaff51af1d747f88a140f435882efcd46b47b50af (patch)
tree50c0f2f0528e06eb800369d0b7aa3077932df2df /docs/users_guide/using.rst
parent38666bda4517856eae3228c2119a97c32aa3fc40 (diff)
downloadhaskell-aff51af1d747f88a140f435882efcd46b47b50af.tar.gz
users-guide: Begin documenting --frontend
Reviewers: austin Subscribers: thomie, ezyang Differential Revision: https://phabricator.haskell.org/D1793 GHC Trac Issues: #11448
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r--docs/users_guide/using.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index a600a133d9..91b62919b8 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -281,12 +281,20 @@ The available mode flags are:
.. ghc-flag:: -M
.. index::
- single: dependency-generation mode; of GHC
+ single: dependency-generation mode; of GHC
Dependency-generation mode. In this mode, GHC can be used to
generate dependency information suitable for use in a ``Makefile``.
See :ref:`makefile-dependencies`.
+.. ghc-flag:: --frontend <module>
+
+ .. index::
+ single: frontend plugins; using
+
+ Run GHC using the given frontend plugin. See :ref:`frontend_plugins` for
+ details.
+
.. ghc-flag:: --mk-dll
.. index::