Skip to content

Commit 6732c5e

Browse files
committed
simplify ghc options, let rtsopts be whatever is default
1 parent 48d26fb commit 6732c5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quickbench.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ library
3737
executable quickbench
3838
hs-source-dirs: app
3939
main-is: Main.hs
40-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
4140
build-depends:
4241
quickbench == 1.0
4342
,base
@@ -51,7 +50,7 @@ test-suite quickbench-test
5150
main-is: Spec.hs
5251
build-depends: base
5352
, quickbench
54-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
53+
ghc-options: -Wall
5554
default-language: Haskell2010
5655

5756
source-repository head

0 commit comments

Comments
 (0)