Skip to content
Snippets Groups Projects
Unverified Commit b6c06cb9 authored by andreas.abel's avatar andreas.abel Committed by Zubin
Browse files

Doc: warnings: since: remove minor version number for uniformity

New warnings are only released in major versions, it seems.
One way or the other, a .1 minor version can always be dropped.

(cherry picked from commit ebcdf3fa)
parent ec1931b5
No related branches found
No related tags found
No related merge requests found
...@@ -925,7 +925,7 @@ of ``-W(no-)*``. ...@@ -925,7 +925,7 @@ of ``-W(no-)*``.
:reverse: -Wno-missing-deriving-strategies :reverse: -Wno-missing-deriving-strategies
:category: :category:
:since: 8.8.1 :since: 8.8
The datatype below derives the ``Eq`` typeclass, but doesn't specify a The datatype below derives the ``Eq`` typeclass, but doesn't specify a
strategy. When :ghc-flag:`-Wmissing-deriving-strategies` is enabled, strategy. When :ghc-flag:`-Wmissing-deriving-strategies` is enabled,
...@@ -963,7 +963,7 @@ of ``-W(no-)*``. ...@@ -963,7 +963,7 @@ of ``-W(no-)*``.
:reverse: -fnowarn-missing-export-lists :reverse: -fnowarn-missing-export-lists
:category: :category:
:since: 8.4.1 :since: 8.4
.. index:: .. index::
single: missing export lists, warning single: missing export lists, warning
...@@ -1616,7 +1616,7 @@ of ``-W(no-)*``. ...@@ -1616,7 +1616,7 @@ of ``-W(no-)*``.
:reverse: -Wno-unused-record-wildcards :reverse: -Wno-unused-record-wildcards
:category: :category:
:since: 8.10.1 :since: 8.10
.. index:: .. index::
single: unused, warning, record wildcards single: unused, warning, record wildcards
...@@ -1638,7 +1638,7 @@ of ``-W(no-)*``. ...@@ -1638,7 +1638,7 @@ of ``-W(no-)*``.
:reverse: -Wno-redundant-record-wildcards :reverse: -Wno-redundant-record-wildcards
:category: :category:
:since: 8.10.1 :since: 8.10
.. index:: .. index::
single: unused, warning, record wildcards single: unused, warning, record wildcards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment