summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-12-01 22:19:04 +0000
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-12-01 22:19:04 +0000
commit553ec8150cd67fdb457e46fabd53d0218828afd6 (patch)
tree0045458dbcda07b1ff156418aad294a90a49afd4
parent2a622d0f05d240fc662bdd85266762c89e7bc370 (diff)
downloadhaskell-553ec8150cd67fdb457e46fabd53d0218828afd6.tar.gz
Fix various documentation issues
-rw-r--r--docs/users_guide/9.0.1-notes.rst2
-rw-r--r--docs/users_guide/ghci.rst1
-rw-r--r--docs/users_guide/runtime_control.rst4
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/9.0.1-notes.rst b/docs/users_guide/9.0.1-notes.rst
index bba1f0dfc4..d10be4ccf9 100644
--- a/docs/users_guide/9.0.1-notes.rst
+++ b/docs/users_guide/9.0.1-notes.rst
@@ -56,7 +56,9 @@ Highlights
- GHC now relies on a new ``ghc-bignum`` package to provide Integer/Natural
implementations. This package supports the following backends:
+
- gmp: adapted from integer-gmp package that was used before
+
- native: new Haskell implementation, faster than ``integer-simple`` which is
not used anymore
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index e479002067..d5a2083eab 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -2549,6 +2549,7 @@ commonly used commands.
be used.
.. code-block:: none
+
ghci>:set -XDataKinds -XUndecidableInstances
ghci>import GHC.TypeLits
ghci>class A a
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index dbb89a1e5d..63d99ee78e 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -183,6 +183,10 @@ Event log output
Furthermore GHC lets you specify the way event log data (see :rts-flag:`-l
⟨flags⟩`) is written through a custom :c:type:`EventLogWriter`:
+.. c:type:: size_t
+
+ :hidden:
+
.. c:type:: EventLogWriter
A sink of event-log data.