diff options
Diffstat (limited to 'docs/users_guide/phases.rst')
-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). |