diff options
author | Ben Gamari <ben@well-typed.com> | 2020-10-13 15:15:17 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-10-13 15:15:17 -0400 |
commit | 751fad54e2358172a9b3151d3ff49cea107da430 (patch) | |
tree | a2486dd9ecfe59ea48ab95fe911b685cd95a2ceb | |
parent | 0a5f29185921cf2af908988ab3608602bcb40290 (diff) | |
download | haskell-wip/doc-fix.tar.gz |
users-guide: Add missing :ghc-flag: directivewip/doc-fix
-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). |