aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Abel <andreas.abel@ifi.lmu.de>2017-08-20 16:03:26 +0200
committerAndreas Abel <andreas.abel@ifi.lmu.de>2020-12-30 21:12:37 +0100
commit24f504c386e390136aa2309ed7cf79b217c25a98 (patch)
treec08aa82ec60d5a4631fb757eea5c5e15949f9574 /README.md
parent5af637434e941f2b404b395f14a36b09f97e2b67 (diff)
Build instructions: haddock-library and -api first!
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