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.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/users_guide/9.0.1-notes.rst b/docs/users_guide/9.0.1-notes.rst
index 45a796fb07..1b48f874f6 100644
--- a/docs/users_guide/9.0.1-notes.rst
+++ b/docs/users_guide/9.0.1-notes.rst
@@ -49,9 +49,10 @@ 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
+
+ - gmp: adapted from integer-gmp package that was used before
+ - native: new Haskell implementation, faster than integer-simple which is
+ not used anymore
- All backends now use the same representation for big numbers (the one that
was previously used only by integer-gmp). It led to several compiler