summaryrefslogtreecommitdiff
path: root/hakyll.cabal
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 /hakyll.cabal
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 'hakyll.cabal')
-rw-r--r--hakyll.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 89f251d..74e63e0 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -169,6 +169,7 @@ Library
Paths_hakyll
Build-Depends:
+ array >= 0.5 && < 1,
base >= 4.8 && < 5,
binary >= 0.5 && < 0.10,
blaze-html >= 0.5 && < 0.10,
@@ -181,6 +182,7 @@ Library
file-embed >= 0.0.10.1 && < 0.0.14,
filepath >= 1.0 && < 1.5,
hashable >= 1.0 && < 2,
+ lifted-async >= 0.10 && < 1,
lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
network-uri >= 2.6 && < 2.7,
@@ -191,6 +193,7 @@ Library
regex-tdfa >= 1.1 && < 1.4,
resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
+ stm >= 2.3 && < 3,
tagsoup >= 0.13.1 && < 0.15,
template-haskell >= 2.14 && < 2.17,
text >= 0.11 && < 1.3,