diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-01-04 19:54:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 19:54:58 +0100 |
commit | 665226f384ee9b0a66a98638ede9eff845f6c45b (patch) | |
tree | c08aa82ec60d5a4631fb757eea5c5e15949f9574 | |
parent | 5af637434e941f2b404b395f14a36b09f97e2b67 (diff) | |
parent | 24f504c386e390136aa2309ed7cf79b217c25a98 (diff) |
Merge pull request #1282 from andreasabel/master
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 |