summaryrefslogtreecommitdiff
path: root/hadrian/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/README.md')
-rw-r--r--hadrian/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index 2400699c73..a94a51be2b 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -116,6 +116,11 @@ this flag.
* `--verbose`: run Hadrian in verbose mode. In particular this prints diagnostic
messages by Shake oracles.
+* `--lint`: run [Shake Lint](https://shakebuild.com/manual#lint) during the
+build to check that the build system is well formed. Note that the Lint check
+currently fails under certain circumstances, as discussed in
+[this ticket](https://ghc.haskell.org/trac/ghc/ticket/15971).
+
#### User settings
The Make-based build system uses `mk/build.mk` to specify user build settings.