Skip to content

How run haddoc for an IHP-based project? #1129

Answered by mpscholten
michaelfliegner asked this question in Q&A
Discussion options

You must be logged in to vote

The error seems to be caused by missing to specify the required language extensions.

Try this:

haddock $(make print-ghc-extensions|tr ' ' '\n'|awk '{print "--optghc="$0}') --html build/Generated/Types.hs

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mpscholten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants