Skip to content

Commit ec61f2a

Browse files
committed
Formatting wibble
1 parent 4c4edca commit ec61f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0000-ghc-module-naming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defines the following libraries:
1010
* ``base``: the foundational library on which the rest of the ecosystem is based. Is API is carefully curated by the `Core Libraries Committee <https://github.com/haskell/core-libraries-committee>`_, and is kept rather stable.
1111

1212
* ``ghc-experimental``: the home of experimental extensions to GHC, usually ones proposed by the
13-
`GHC Steering Committee <https://github.com/ghc-proposals/ghc-proposals/>`_.
13+
`GHC Steering Committee <https://github.com/ghc-proposals/ghc-proposals/>`_.
1414
Functions and types in here are usually candidates for later transfer into ``base``. It is user-facing (user are encouraged to depend on it), but its API is less stable than ``base``.
1515

1616
* ``ghc-prim, ghc-internals`` (and perhaps others): define functions and data types used internally by GHC to support the API of ``base`` and ``ghc-experimental``.

0 commit comments

Comments
 (0)