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-)*``. ...@@ -969,7 +969,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,
...@@ -1007,7 +1007,7 @@ of ``-W(no-)*``. ...@@ -1007,7 +1007,7 @@ of ``-W(no-)*``.
:reverse: -Wno-missing-export-lists :reverse: -Wno-missing-export-lists
:category: :category:
:since: 8.4.1 :since: 8.4
.. index:: .. index::
single: missing export lists, warning single: missing export lists, warning
...@@ -1727,7 +1727,7 @@ of ``-W(no-)*``. ...@@ -1727,7 +1727,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
...@@ -1749,7 +1749,7 @@ of ``-W(no-)*``. ...@@ -1749,7 +1749,7 @@ of ``-W(no-)*``.
:reverse: -Wno-redundant-bang-patterns :reverse: -Wno-redundant-bang-patterns
:category: :category:
:since: 9.2.1 :since: 9.2
.. index:: .. index::
single: redundant, warning, bang patterns single: redundant, warning, bang patterns
...@@ -1790,7 +1790,7 @@ of ``-W(no-)*``. ...@@ -1790,7 +1790,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