summaryrefslogtreecommitdiff
path: root/hadrian/README.md
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2020-07-04 16:40:51 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-08 20:36:49 -0400
commit3033e0e4940e6ecc43f478f1dcfbd0c3cb1e3ef8 (patch)
tree69e03c48671842d3f025e40fd1cddcfb120e1570 /hadrian/README.md
parent204f3f5ddec56403bfb12e74291b3b1d14824138 (diff)
downloadhaskell-3033e0e4940e6ecc43f478f1dcfbd0c3cb1e3ef8.tar.gz
hadrian: add flag to skip rebuilding dependency information #17636
Diffstat (limited to 'hadrian/README.md')
-rw-r--r--hadrian/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index 6a9346b997..d0ab7a274d 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -104,6 +104,8 @@ simply drop the `--freeze1` flag and Hadrian will rebuild all out-of-date files.
* `--freeze2`: just like `--freeze1` but tell Hadrian to additionally freeze
Stage2 GHC.
+* `--skip-depends`: skips rebuilding Haskell module dependency files.
+
* `--integer-simple`: build GHC using the `integer-simple` integer library
(instead of `integer-gmp`).