summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent P. René de Cotret <LaurentRDC@users.noreply.github.com>2021-05-30 15:00:59 -0400
committerGitHub <noreply@github.com>2021-05-30 22:00:59 +0300
commit6e77b4e7d2f74da964fd95494dad1ee56d4c4536 (patch)
tree2214049b8ed0366288e66cc22a3726e0a79b9670 /src
parentef1e9b475cfd4886a01b0f26b9c4b30533fa7939 (diff)
downloadhakyll-6e77b4e7d2f74da964fd95494dad1ee56d4c4536.tar.gz
Async runtime with graph-based dependency cycle checks (#844)
* Async runtime * Activate multi-threading in template repo * Style changes after feedback * Limiting the number of concurrent tasks * Revert "Limiting the number of concurrent tasks" This reverts commit 38984f6f5332632be8c4cab3e29d37e318492d70.
Diffstat (limited to 'src')
-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