diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-19 22:11:43 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-19 22:11:55 -0500 |
commit | ca3700ab232207d946b47bd751e666f7aa3d21cb (patch) | |
tree | 9da3c171c527e44d690451659ff10458c2245fd7 /docs | |
parent | 7d16d8a20d5ba6ca38c0fdf5732e3edaa6b14827 (diff) | |
download | haskell-ca3700ab232207d946b47bd751e666f7aa3d21cb.tar.gz |
Rename ghc-version -> ghcversion-file
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4210
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index e3fa74127e..d5544e4c57 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -1073,7 +1073,7 @@ Miscellaneous flags Some flags only make sense for a particular use case. -.. ghc-flag:: -ghc-version ⟨path to ghcversion.h⟩ +.. ghc-flag:: -ghcversion-file ⟨path to ghcversion.h⟩ :shortdesc: (GHC as a C compiler only) Use this ``ghcversion.h`` file :type: dynamic :category: misc |