summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.6.1-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/8.6.1-notes.rst')
-rw-r--r--docs/users_guide/8.6.1-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/8.6.1-notes.rst b/docs/users_guide/8.6.1-notes.rst
index 4bc01c904e..5b13909401 100644
--- a/docs/users_guide/8.6.1-notes.rst
+++ b/docs/users_guide/8.6.1-notes.rst
@@ -152,6 +152,12 @@ Compiler
:ghc-flag:`-fexternal-dynamic-refs`. If you don't know why you might
need this, you don't need it.
+- :ghc-flag:`-Wcompat` now includes :ghc-flag:`-Wimplicit-kind-vars` to
+ provide early detection of breakage that will be caused by implementation of
+ `GHC proposal #24
+ <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0024-no-kind-vars.rst>`__
+ in a future release.
+
Plugins
~~~~~~~