Skip to content

Commit fca42ec

Browse files
committed
users-guide: Release notes formatting wibbles
1 parent 9eff634 commit fca42ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/users_guide/9.14.1-notes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Language
102102
Compiler
103103
~~~~~~~~
104104

105-
- An improved error message is introduced to refer users to the heap-controlling flags of the RTS when there is a heap overflow during compilation. (#25198)
105+
- An improved error message is introduced to refer users to the heap-controlling flags of the RTS when there is a heap overflow during compilation. (:ghc-ticket:`25198`)
106106

107107
- The kind checker now does a better job of finding type family instances for
108108
use in the kinds of other declarations in the same module. This fixes a number
@@ -116,14 +116,14 @@ Compiler
116116
subordinate import lists (:ghc-ticket:`22581`).
117117

118118
- A new flag, :ghc-flag:`-Wuseless-specialisations`, controls warnings emitted when GHC
119-
determines that a SPECIALISE pragma would have no effect.
119+
determines that a ``SPECIALISE`` pragma would have no effect.
120120

121-
- A new flag, :ghc-flag:`-Wrule-lhs-equalities`, controls warnings emitted for RULES
121+
- A new flag, :ghc-flag:`-Wrule-lhs-equalities`, controls warnings emitted for ``RULES``
122122
whose left-hand side attempts to quantify over equality constraints that
123123
previous GHC versions accepted quantifying over. GHC will now drop such RULES,
124124
emitting a warning message controlled by this flag.
125125

126-
This warning is intended to give visibility to the fact that the RULES that
126+
This warning is intended to give visibility to the fact that the ``RULES`` that
127127
previous GHC versions generated in such circumstances could never fire.
128128

129129
- A new flag, :ghc-flag:`-Wunusable-unpack-pragmas`, controls warnings emitted

0 commit comments

Comments
 (0)