aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorFrancesco Occhipinti <focchi.pinti@gmail.com>2018-04-24 21:31:03 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-24 12:31:03 -0700
commit9465e5e048876d21f2abb8807df4b7b5c116b23f (patch)
treee85885fbf0b35a1730e915212d7fc4b738f4137f /pandoc.cabal
parent7c77c670377588d9b53250b282c0e396a9266101 (diff)
downloadpandoc-9465e5e048876d21f2abb8807df4b7b5c116b23f.tar.gz
use the `-threaded` GHC flag when building benchmarks, related to #4130 (#4587)
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5a5318c98..874dddbc7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -599,7 +599,7 @@ benchmark weigh-pandoc
hs-source-dirs: prelude
other-modules: Prelude
build-depends: base-compat >= 0.9
- ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
+ ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
default-language: Haskell2010
other-extensions: NoImplicitPrelude
@@ -702,6 +702,6 @@ benchmark benchmark-pandoc
hs-source-dirs: prelude
other-modules: Prelude
build-depends: base-compat >= 0.9
- ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
+ ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
default-language: Haskell2010
other-extensions: NoImplicitPrelude