Skip to content

Commit

Permalink
Merge pull request haskell#1282 from andreasabel/master
Browse files Browse the repository at this point in the history
Build instructions: haddock-library and -api first!
  • Loading branch information
Kleidukos authored Jan 4, 2021
2 parents 5af6374 + 24f504c commit 665226f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665226f

Please sign in to comment.