Skip to content

Commit

Permalink
simplify ghc options, let rtsopts be whatever is default
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Oct 21, 2016
1 parent 48d26fb commit 6732c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quickbench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ library
executable quickbench
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
quickbench == 1.0
,base
Expand All @@ -51,7 +50,7 @@ test-suite quickbench-test
main-is: Spec.hs
build-depends: base
, quickbench
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
ghc-options: -Wall
default-language: Haskell2010

source-repository head
Expand Down

0 comments on commit 6732c5e

Please sign in to comment.