aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4490a53e..e9ff09ca 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,10 @@ cd haddock
and then proceed using your favourite build tool.
+Note: before building `haddock`, you need to build the subprojects
+`haddock-library` and `haddock-api`, in this order!
+The `cabal v2-build` takes care of this automatically.
+
#### Using [`cabal v2-build`][cabal v2]
```bash