Skip to content

Commit

Permalink
Allow newer for haddock too
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 24, 2024
1 parent 9e43f37 commit 717f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install: tags
@$(TIME) cabal new-install --lib --force-reinstalls

docs:
cabal new-haddock --haddock-option=--hyperlinked-source --haddock-option=--no-warnings --haddock-option="--optghc=-DHADDOCK" | ghc ./buildUtils/simpHaddock.hs -e main
cabal new-haddock ${CABAL_OPTS} --haddock-option=--hyperlinked-source --haddock-option=--no-warnings --haddock-option="--optghc=-DHADDOCK" | ghc ./buildUtils/simpHaddock.hs -e main

# To upload docs to hackage, first run the below target (part of release), then run the next target..
hackage-docs:
Expand Down

0 comments on commit 717f8a9

Please sign in to comment.