summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraser Tweedale <frase@frase.id.au>2021-06-19 13:25:15 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-20 07:14:18 -0400
commit5abf59976c7335df760e5d8609d9488489478173 (patch)
tree88fc84dd257c87ba2e79bc0b01083d05e4efb0ec
parent6281a333303a4dbe75a97a87c17c0fbace5268f5 (diff)
downloadhaskell-5abf59976c7335df760e5d8609d9488489478173.tar.gz
hadrian/README.md: update bignum options
-rw-r--r--hadrian/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index fcbe185a10..d2ade59dd0 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -106,8 +106,7 @@ Stage2 GHC.
* `--skip-depends`: skips rebuilding Haskell module dependency files.
-* `--integer-simple`: build GHC using the `integer-simple` integer library
-(instead of `integer-gmp`).
+* `--bignum={native,gmp,check-gmp,ffi}`: choose which bignum implementation to use. The default is `gmp`.
* `--color` and `--no-color`: choose whether to use colors when printing build
progress info. By default, Hadrian tries to determine if the terminal supports