From 0426515be8836acfdde7ddc9cf35a99a7a73f278 Mon Sep 17 00:00:00 2001 From: Adam Gundry Date: Mon, 20 Mar 2023 20:18:43 +0000 Subject: Move mention of warning groups change to 9.8.1 release notes --- docs/users_guide/9.6.1-notes.rst | 5 ----- docs/users_guide/9.8.1-notes.rst | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst index 4755d4e216..eaed67da22 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -149,11 +149,6 @@ Compiler - The :ghc-flag:`-Wstar-is-type` warning is now enabled by default. -- The ``-Wno-⟨wflag⟩``, ``-Werror=⟨wflag⟩`` and ``-Wwarn=⟨wflag⟩`` options are - now defined systematically for all warning groups (for example, - ``-Wno-default``, ``-Werror=unused-binds`` and ``-Wwarn=all`` are now - accepted). See :ref:`options-sanity`. - GHCi ~~~~ diff --git a/docs/users_guide/9.8.1-notes.rst b/docs/users_guide/9.8.1-notes.rst index e0eedfe0e7..97d7829ce3 100644 --- a/docs/users_guide/9.8.1-notes.rst +++ b/docs/users_guide/9.8.1-notes.rst @@ -35,6 +35,11 @@ Compiler - Fix a bug in TH causing excessive calls to ``setNumCapabilities`` when ``-j`` is greater than ``-N``. See GHC ticket #23049. +- The ``-Wno-⟨wflag⟩``, ``-Werror=⟨wflag⟩`` and ``-Wwarn=⟨wflag⟩`` options are + now defined systematically for all warning groups (for example, + ``-Wno-default``, ``-Werror=unused-binds`` and ``-Wwarn=all`` are now + accepted). See :ref:`options-sanity`. + - ``WARNING`` pragmas may now be annotated with a category, following `GHC proposal #541 `_, in which case they are controlled with new ``-Wx-⟨category⟩`` flags rather than :ghc-flag:`-Wdeprecations`. -- cgit v1.2.1