summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-warnings.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r--docs/users_guide/using-warnings.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 990d478af6..256d143f45 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -94,6 +94,11 @@ The following flags are simple ways to select standard "packages" of warnings:
* :ghc-flag:`-Wpartial-fields`
* :ghc-flag:`-Wmissed-specialisations`
* :ghc-flag:`-Wall-missed-specialisations`
+ * :ghc-flag:`-Wcpp-undef`
+ * :ghc-flag:`-Wduplicate-constraints`
+ * :ghc-flag:`-Wmissing-deriving-strategies`
+ * :ghc-flag:`-Wunused-packages`
+ * :ghc-flag:`-Wunused-type-patterns`
.. ghc-flag:: -Weverything
:shortdesc: enable all warnings supported by GHC
@@ -119,7 +124,6 @@ The following flags are simple ways to select standard "packages" of warnings:
.. hlist::
:columns: 3
- * :ghc-flag:`-Wmissing-monadfail-instances`
* :ghc-flag:`-Wsemigroup`
* :ghc-flag:`-Wnoncanonical-monoid-instances`
* :ghc-flag:`-Wstar-is-type`