We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d26fb commit 6732c5eCopy full SHA for 6732c5e
quickbench.cabal
@@ -37,7 +37,6 @@ library
37
executable quickbench
38
hs-source-dirs: app
39
main-is: Main.hs
40
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
41
build-depends:
42
quickbench == 1.0
43
,base
@@ -51,7 +50,7 @@ test-suite quickbench-test
51
50
main-is: Spec.hs
52
build-depends: base
53
, quickbench
54
- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
+ ghc-options: -Wall
55
default-language: Haskell2010
56
57
source-repository head
0 commit comments