File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ The accepted `Proposal #51: GHC base libraries <https://github.com/haskellfounda
8
8
defines the following libraries:
9
9
10
10
* ``base ``:
11
+
11
12
* The foundational library on which the rest of the Haskell ecosystem is based.
12
13
* Its API is carefully curated by the `Core Libraries Committee <https://github.com/haskell/core-libraries-committee >`_, and is kept rather stable.
13
14
* Depends on ``ghc-internal `` (and ``ghc-prim `` etc), but *not * on ``ghc-experimental ``.
14
15
* Major version bumps are at the Core Libraries Committee's discretion.
15
16
16
17
* ``ghc-experimental ``:
18
+
17
19
* The home of experimental extensions to GHC, usually ones proposed by the
18
20
`GHC Steering Committee <https://github.com/ghc-proposals/ghc-proposals/ >`_.
19
21
@@ -29,6 +31,7 @@ defines the following libraries:
29
31
* Define functions and data types used internally by GHC to support the API of ``base `` and ``ghc-experimental ``.
30
32
31
33
* These libraries come with no stability guarantees: they may change at short notice.
34
+ * Certain to have a major version bump with every GHC release.
32
35
33
36
In addition we already have:
34
37
You can’t perform that action at this time.
0 commit comments