Skip to content

Commit

Permalink
more cabal-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 27, 2024
1 parent 038f9eb commit d2b0911
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 @@ -57,7 +57,7 @@ quick: tags

install: tags
@$(TIME) cabal new-configure --enable-tests ${CABAL_OPTS} --ghc-options=$(CONFIGOPTS)
@$(TIME) cabal new-install --lib --force-reinstalls
@$(TIME) cabal new-install --lib ${CABAL_OPTS} --force-reinstalls

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

0 comments on commit d2b0911

Please sign in to comment.