Skip to content

Commit 21642a7

Browse files
committed
Wibbles
1 parent 7198482 commit 21642a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proposals/0000-ghc-module-naming.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ The accepted `Proposal #51: GHC base libraries <https://github.com/haskellfounda
88
defines the following libraries:
99

1010
* ``base``:
11+
1112
* The foundational library on which the rest of the Haskell ecosystem is based.
1213
* Its API is carefully curated by the `Core Libraries Committee <https://github.com/haskell/core-libraries-committee>`_, and is kept rather stable.
1314
* Depends on ``ghc-internal`` (and ``ghc-prim`` etc), but *not* on ``ghc-experimental``.
1415
* Major version bumps are at the Core Libraries Committee's discretion.
1516

1617
* ``ghc-experimental``:
18+
1719
* The home of experimental extensions to GHC, usually ones proposed by the
1820
`GHC Steering Committee <https://github.com/ghc-proposals/ghc-proposals/>`_.
1921

@@ -29,6 +31,7 @@ defines the following libraries:
2931
* Define functions and data types used internally by GHC to support the API of ``base`` and ``ghc-experimental``.
3032

3133
* 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.
3235

3336
In addition we already have:
3437

0 commit comments

Comments
 (0)