diff options
Diffstat (limited to 'hadrian/README.md')
-rw-r--r-- | hadrian/README.md | 3 |
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 |