Skip to content

Commit

Permalink
fix haddock command
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 7, 2024
1 parent c196726 commit 6fcdba5
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 @@ -61,7 +61,7 @@ docs:

# To upload docs to hackage, first run the below target (part of release), then run the next target..
hackage-docs:
cabal new-haddock --haddock-for-hackage --enable-doc --haddock-option=--no-warnings | ghc ./buildUtils/simpHaddock.hs -e main
cabal new-haddock --haddock-for-hackage --enable-doc --haddock-option=--no-warnings --haddock-option="--optghc=-DHADDOCK" | ghc ./buildUtils/simpHaddock.hs -e main
@echo "*** If all is well, then run:"
@echo " cabal upload -d --publish ./dist-newstyle/sbv-XXX-docs.tar.gz"

Expand Down

0 comments on commit 6fcdba5

Please sign in to comment.