summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYannik Sander <accounts@ysndr.de>2020-11-11 22:29:58 +0100
committerGitHub <noreply@github.com>2020-11-12 00:29:58 +0300
commitb23e17a3ac868903241d0a05d9061dc890b0174b (patch)
tree46bd63c18c174c07089f6aa8f6c6310da11eb9dd
parent6ea0b9bf7c1920278809bc7e507a46ee224944dc (diff)
downloadhakyll-b23e17a3ac868903241d0a05d9061dc890b0174b.tar.gz
Bump pandoc version (#799)
* Bump pandoc version * Bump Pandoc version for hakyll-website Co-authored-by: Alexander Batischev <eual.jp@gmail.com>
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d481485..1415d67 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -232,7 +232,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.10 && < 2.11,
+ pandoc >= 2.10 && < 2.12,
pandoc-citeproc >= 0.14 && < 0.18
Cpp-options:
-DUSE_PANDOC
@@ -327,4 +327,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.10 && < 2.11
+ pandoc >= 2.10 && < 2.12