summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b19bbb8..65664f7 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -226,7 +226,7 @@ Test-suite hakyll-tests
Type: exitcode-stdio-1.0
Hs-source-dirs: tests
Main-is: TestSuite.hs
- Ghc-options: -Wall
+ Ghc-options: -Wall -threaded
Default-language: Haskell2010
Other-modules:
@@ -315,7 +315,7 @@ Test-suite hakyll-tests
Executable hakyll-init
Main-is: Init.hs
- Ghc-options: -Wall
+ Ghc-options: -Wall -threaded
Hs-source-dirs: src
Default-language: Haskell2010
@@ -330,7 +330,7 @@ Executable hakyll-init
Executable hakyll-website
Main-is: site.hs
- Ghc-options: -Wall
+ Ghc-options: -Wall -threaded
Hs-source-dirs: web
Default-language: Haskell2010