summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorTom Ellis <tom-git@jaguarpaw.co.uk>2020-11-26 19:01:03 +0000
committerTom Ellis <tom-git@jaguarpaw.co.uk>2020-12-19 10:18:55 +0000
commit32b6ebe8efd45a32ebe3696f32ac3d84a9e8e30c (patch)
tree8a6177969e315658e3b114875e97d07b69e5b424 /docs/users_guide
parent366b58858a773fe03d7b7ba93ba9d8287b901229 (diff)
downloadhaskell-32b6ebe8efd45a32ebe3696f32ac3d84a9e8e30c.tar.gz
Add two warnings to -Wall
* -Wincomplete-uni-patterns * -Wincomplete-record-updates See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/using-warnings.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 5eb4bc51c9..400db598ca 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -94,8 +94,6 @@ The following flags are simple ways to select standard "packages" of warnings:
.. hlist::
:columns: 3
- * :ghc-flag:`-Wincomplete-uni-patterns`
- * :ghc-flag:`-Wincomplete-record-updates`
* :ghc-flag:`-Wmonomorphism-restriction`
* :ghc-flag:`-Wimplicit-prelude`
* :ghc-flag:`-Wmissing-local-signatures`