Skip to content

Commit 54a55a3

Browse files
committed
Fix more reST issues
1 parent 8ca912a commit 54a55a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/accepted/051-ghc-base-libraries.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Some observations about this structure:
129129
Over time, the GHC developers may make CLC proposals to remove types and functions that are currently in the ``base`` API, but are in truth part of GHC's implementation, and were originally exposed by historical accident.
130130
But these are *future* proposals.
131131

132-
To make the transition suggested in these future proposals easier to manage, we have in progress a ["deprecated exports"](https://github.com/ghc-proposals/ghc-proposals/pull/595) mechanism that will ease such transitions.
132+
To make the transition suggested in these future proposals easier to manage, we have in progress a `"deprecated exports" <https://github.com/ghc-proposals/ghc-proposals/pull/595>`__ mechanism that will ease such transitions.
133133
For a transitional period, ``base`` can continue to export the function, but with a deprecation warning saying something like:
134134

135135
This is going to disappear from base.
@@ -203,11 +203,11 @@ Moreover, they will help with CI for changes to GHC itself! (It is rather *more*
203203
Discussion
204204
==========
205205

206-
.. _discourage-brainstorm:
207-
208206
Discourging the (direct) use of ``ghc-internals``
209207
-------------------------------------------------
210208

209+
.. _discourage-brainstorm:
210+
211211
Here are some ideas to be explored later for how to discorage the use of ``ghc-internals``.
212212

213213
- The name ``ghc-internals`` is a pretty strong signal all by itself.

0 commit comments

Comments
 (0)