Skip to content
Snippets Groups Projects
Commit ebcdf3fa authored by andreas.abel's avatar andreas.abel Committed by Marge Bot
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.
parent 20b352eb
No related branches found
No related tags found
No related merge requests found
......@@ -969,7 +969,7 @@ of ``-W(no-)*``.
:reverse: -Wno-missing-deriving-strategies
:category:
:since: 8.8.1
:since: 8.8
The datatype below derives the ``Eq`` typeclass, but doesn't specify a
strategy. When :ghc-flag:`-Wmissing-deriving-strategies` is enabled,
......@@ -1007,7 +1007,7 @@ of ``-W(no-)*``.
:reverse: -Wno-missing-export-lists
:category:
:since: 8.4.1
:since: 8.4
.. index::
single: missing export lists, warning
......@@ -1727,7 +1727,7 @@ of ``-W(no-)*``.
:reverse: -Wno-unused-record-wildcards
:category:
:since: 8.10.1
:since: 8.10
.. index::
single: unused, warning, record wildcards
......@@ -1749,7 +1749,7 @@ of ``-W(no-)*``.
:reverse: -Wno-redundant-bang-patterns
:category:
:since: 9.2.1
:since: 9.2
.. index::
single: redundant, warning, bang patterns
......@@ -1790,7 +1790,7 @@ of ``-W(no-)*``.
:reverse: -Wno-redundant-record-wildcards
:category:
:since: 8.10.1
:since: 8.10
.. index::
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