summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abel <andreas.abel@ifi.lmu.de>2021-07-25 19:46:01 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-27 12:04:12 -0400
commitebcdf3fa6e94127e95d0fce75a36989e0e2bf7ee (patch)
tree05680aadf6e9012f2fc29d0eed582f0b8ba1e58a
parent20b352eb4a8f8112cf914bce99bc57c1d47c9966 (diff)
downloadhaskell-ebcdf3fa6e94127e95d0fce75a36989e0e2bf7ee.tar.gz
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.
-rw-r--r--docs/users_guide/using-warnings.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 1b9e8db96c..ce809c348b 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -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