aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorEmanuel Borsboom <manny@fpcomplete.com>2015-05-23 04:56:18 -0700
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-06-12 02:46:23 +0100
commit2b467a747df246090d1fd0270ea9bd4192ebe3df (patch)
treef09d4837d39272ba3471ab544dd48f6de9827c84 /haddock.cabal
parenta65953de929fd9488250f8e0257c918465193e43 (diff)
Build executable with '-threaded' (fixes #399)
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 03bb28ab..ed570f53 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -42,7 +42,7 @@ executable haddock
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: driver
- ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
+ ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
build-depends:
base >= 4.3 && < 4.9