summaryrefslogtreecommitdiff
path: root/src/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Init.hs')
-rw-r--r--src/Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Init.hs b/src/Init.hs
index 63899e4..c79a76e 100644
--- a/src/Init.hs
+++ b/src/Init.hs
@@ -120,7 +120,7 @@ createCabal path name =
, " main-is: site.hs"
, " build-depends: base == 4.*"
, " , hakyll == " ++ version' ++ ".*"
- , " ghc-options: -threaded"
+ , " ghc-options: -threaded -rtsopts -with-rtsopts=-N"
, " default-language: Haskell2010"
]
where