Skip to content

Commit

Permalink
clean up cabal file. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin authored Dec 24, 2023
1 parent 2ee285b commit ce78924
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions floating-bits.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ test-suite test
cc-options: -fPIC
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-incomplete-uni-patterns
ghc-prof-options: -prof -fprof-auto
ghc-options: -threaded -with-rtsopts=-N
other-extensions: BangPatterns
build-depends: base >= 4.6 && < 5,
build-depends: base >= 4.7 && < 5,
floating-bits

benchmark bench
Expand All @@ -54,8 +53,7 @@ benchmark bench
cc-options: -fPIC
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-incomplete-uni-patterns
ghc-prof-options: -prof -fprof-auto
ghc-options: -threaded -with-rtsopts=-N
build-depends: base >= 4.6 && < 5,
build-depends: base >= 4.7 && < 5,
floating-bits,
criterion

0 comments on commit ce78924

Please sign in to comment.