aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-21 08:08:40 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-21 08:08:40 +0000
commit373463ebd3cbd9ea0f8b8df3e44007f744084dab (patch)
tree7c9da4b4c39b83a3e75f4a2c6c87cae8cd80da93
parenta233f4eb2d5587096ec8f006c887ef04a5cc50d9 (diff)
downloadverismith-373463ebd3cbd9ea0f8b8df3e44007f744084dab.tar.gz
verismith-373463ebd3cbd9ea0f8b8df3e44007f744084dab.zip
Compile main as threaded
-rw-r--r--verifuzz.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index cbf7983..2446ae5 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -56,6 +56,7 @@ library
executable verifuzz
main-is: app/Main.hs
default-language: Haskell2010
+ ghc-options: -threaded
build-depends: base >= 4.7 && < 5
, verifuzz
, fgl