summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-12-06 19:24:06 +0100
committerGitHub <noreply@github.com>2020-12-06 21:24:06 +0300
commit77afcbc2937a4ee5db9666c1f3e0c090914d3980 (patch)
treebc88f0c1f1beda94062755a35b53c9c061d514db /hakyll.cabal
parente4d80f0397705950a087176723e31ac91397a08f (diff)
downloadhakyll-77afcbc2937a4ee5db9666c1f3e0c090914d3980.tar.gz
Pandoc 2.11 compatibility (#826)
* Pandoc 2.11 compatibility * Bump stack.yaml * Bump stack dependencies
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index a3c0cc3..94bbab8 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -232,8 +232,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.10 && < 2.12,
- pandoc-citeproc >= 0.14 && < 0.18
+ pandoc >= 2.11 && < 2.12
Cpp-options:
-DUSE_PANDOC
@@ -327,4 +326,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.10 && < 2.12
+ pandoc >= 2.11 && < 2.12