diff options
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 400db598ca..9b7f625bb6 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -640,7 +640,7 @@ of ``-W(no-)*``. .. ghc-flag:: -Wdodgy-foreign-imports :shortdesc: warn about dodgy foreign imports :type: dynamic - :reverse: -Wno-dodgy-foreign-import + :reverse: -Wno-dodgy-foreign-imports :category: Causes a warning to be emitted for foreign imports of the following @@ -1007,7 +1007,7 @@ of ``-W(no-)*``. :shortdesc: warn when a module declaration does not explicitly list all exports :type: dynamic - :reverse: -fnowarn-missing-export-lists + :reverse: -Wno-missing-export-lists :category: :since: 8.4.1 @@ -1032,7 +1032,7 @@ of ``-W(no-)*``. :shortdesc: warn when an import declaration does not explicitly list all the names brought into scope :type: dynamic - :reverse: -fnowarn-missing-import-lists + :reverse: -Wno-missing-import-lists :category: .. index:: |