diff options
author | Ben Gamari <ben@well-typed.com> | 2020-10-13 15:15:17 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-14 18:07:25 -0400 |
commit | 0c4bfed849d454bee707fcb2989eb7c6339eaedb (patch) | |
tree | c105e6e077c4a96f45a410cce2bda85e6c4ce304 /docs/users_guide | |
parent | 15d2340cb9dc833adb87784e6de86dba235290f7 (diff) | |
download | haskell-0c4bfed849d454bee707fcb2989eb7c6339eaedb.tar.gz |
users-guide: Add missing :ghc-flag: directive
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/phases.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index d96af3adf1..1d22372889 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -850,8 +850,8 @@ for example). This flag tells GHC to link against shared Haskell libraries. This flag only affects the selection of dependent libraries, not the form - of the current target (see -shared). See :ref:`using-shared-libs` on - how to create them. + of the current target (see :ghc-flag:`-shared`). + See :ref:`using-shared-libs` on how to create them. Note that this option also has an effect on code generation (see above). |