summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.0.1-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/9.0.1-notes.rst')
-rw-r--r--docs/users_guide/9.0.1-notes.rst2
1 files changed, 2 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