You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/accepted/051-ghc-base-libraries.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ responsibilities (e.g. who curates which package),
46
46
and processes (e.g. who should be consulted and when)
47
47
that support both CLC and the GHC team to follow their respective goals without tripping over each other.
48
48
49
-
The proposal is based on `HF Proposal 47 <https://github.com/haskellfoundation/tech-proposals/pull/47>`__, but is independent of it.
50
-
You can find more background in `CLC issue #146 <https://github.com/haskell/core-libraries-committee/issues/146>`__.
49
+
The proposal is based on `HF Proposal 47 <https://github.com/haskellfoundation/tech-proposals/pull/47>`__, but is independent of it.
50
+
You can find more background in `CLC issue #146 <https://github.com/haskell/core-libraries-committee/issues/146>`__.
51
51
52
52
Things we all agree about
53
53
=========================
@@ -107,9 +107,9 @@ Some observations about this structure:
107
107
The very name ``ghc-internals`` should serve as a very strong signal in its own right, but even so, saying "we told you not to rely on it" may be true but won't lessen that pain.
108
108
The specific mechanisms do not form part of this proposal, but some possibilities are `discussed in a separate section <#discourage-brainstorm>`__.
109
109
110
-
Note: "discourage" does not imply "ban".
111
-
It must remain possible for hard-core developers to depend on `ghc-internals`.
112
-
Our goal is only that naive developers should not do so by accident.
110
+
Note: "discourage" does not imply "ban".
111
+
It must remain possible for hard-core developers to depend on `ghc-internals`.
112
+
Our goal is only that naive developers should not do so by accident.
113
113
114
114
- In contrast, clients are *not* discouraged from depending on ``ghc-experimental``; although again its name should convey the idea that it might change at short notice.
0 commit comments