Skip to content

Commit

Permalink
Merge pull request #6560 from Jassob/fix-outdated-reference
Browse files Browse the repository at this point in the history
docs: Reference default-extensions from ghc-options
  • Loading branch information
phadej authored Feb 25, 2020
2 parents 9520ef3 + 3006d6c commit 89396ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/doc/developing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2388,7 +2388,7 @@ system-dependent values for these fields.
.. pkg-field:: ghc-options: token list

Additional options for GHC. You can often achieve the same effect
using the :pkg-field:`extensions` field, which is preferred.
using the :pkg-field:`default-extensions` field, which is preferred.

Options required only by one module may be specified by placing an
``OPTIONS_GHC`` pragma in the source file affected.
Expand Down

0 comments on commit 89396ec

Please sign in to comment.