diff options
author | Andreas Abel <andreas.abel@ifi.lmu.de> | 2017-08-20 16:03:26 +0200 |
---|---|---|
committer | Andreas Abel <andreas.abel@ifi.lmu.de> | 2020-12-30 21:12:37 +0100 |
commit | 24f504c386e390136aa2309ed7cf79b217c25a98 (patch) | |
tree | c08aa82ec60d5a4631fb757eea5c5e15949f9574 | |
parent | 5af637434e941f2b404b395f14a36b09f97e2b67 (diff) |
Build instructions: haddock-library and -api first!
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |