diff options
author | Andreas Abel <andreas.abel@ifi.lmu.de> | 2021-07-26 19:01:08 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-27 12:04:12 -0400 |
commit | f27dba8bac144e5a4ac9bbe91833de1870e02c47 (patch) | |
tree | 4f9c1c14b533470e0645bf87235ce4b6a94111fa | |
parent | 0b4033197c7f98aaf772025d7900ac3f9f8d958f (diff) | |
download | haskell-f27dba8bac144e5a4ac9bbe91833de1870e02c47.tar.gz |
Re #18087 !6238 Empty line in front of :since:
Ack. @monoidal
-rw-r--r-- | docs/users_guide/using-warnings.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 79569db675..04e01c870c 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -1447,6 +1447,7 @@ of ``-W(no-)*``. :extension:`StarIsType` :type: dynamic :reverse: -Wno-star-binder + :since: 8.6 Under :extension:`StarIsType`, a ``*`` in types is not an operator nor @@ -2103,6 +2104,7 @@ of ``-W(no-)*``. .. ghc-flag:: -Wauto-orphans :shortdesc: *(deprecated)* Does nothing :type: dynamic + :since: 7.4 Does nothing. @@ -2110,6 +2112,7 @@ of ``-W(no-)*``. .. ghc-flag:: -Wmissing-space-after-bang :shortdesc: *(deprecated)* Does nothing :type: dynamic + :since: 8.8 Does nothing. |