From ce789243b1da5ff8474a6d8be5824a9740037a8e Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Sun, 24 Dec 2023 16:18:53 +0000 Subject: [PATCH] clean up cabal file. (#15) --- floating-bits.cabal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/floating-bits.cabal b/floating-bits.cabal index 13efe96..e59d87b 100644 --- a/floating-bits.cabal +++ b/floating-bits.cabal @@ -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 @@ -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