Skip to content

Commit

Permalink
clean up cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 20, 2023
1 parent f05cb78 commit a3bd474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Bug-reports : http://github.com/LeventErkok/sbv/issues
Maintainer : Levent Erkok ([email protected])
Build-Type : Simple
Data-Files : SBVTestSuite/GoldFiles/*.gold
Extra-Source-Files : INSTALL, README.md, COPYRIGHT, CHANGES.md
Extra-Doc-Files : INSTALL, README.md, COPYRIGHT, CHANGES.md

Tested-With : GHC==9.8.1

Expand All @@ -29,7 +29,7 @@ source-repository head

common common-settings
default-language: Haskell2010
ghc-options : -Wall -O2
ghc-options : -Wall
build-depends : base >= 4.16 && < 5
other-extensions: BangPatterns
CPP
Expand Down

0 comments on commit a3bd474

Please sign in to comment.