Skip to content

Commit

Permalink
new extensions; make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Sep 16, 2024
1 parent 8ad9219 commit f3ece6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ quick: tags

install: tags
@$(TIME) cabal new-configure --enable-tests --allow-newer --ghc-options=$(CONFIGOPTS)
@$(TIME) cabal new-install --lib
@$(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
Expand Down
2 changes: 2 additions & 0 deletions sbv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ common common-settings
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
ExistentialQuantification
FlexibleContexts
FlexibleInstances
Expand Down Expand Up @@ -71,6 +72,7 @@ common common-settings
TypeApplications
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
ViewPatterns

Expand Down

0 comments on commit f3ece6f

Please sign in to comment.