summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent P. René de Cotret <LaurentRDC@users.noreply.github.com>2021-06-01 15:46:33 -0400
committerGitHub <noreply@github.com>2021-06-01 22:46:33 +0300
commite0c63558a82ac4347181d5d77dce7f763a1db410 (patch)
tree05a367816e67e6f1460717eb7b84937dc5cce6df
parent6e77b4e7d2f74da964fd95494dad1ee56d4c4536 (diff)
downloadhakyll-e0c63558a82ac4347181d5d77dce7f763a1db410.tar.gz
Allow Pandoc 2.14 (#852)
* Bump allowed Pandoc version * Allow more recent version of Pandoc in hakyll-init exe
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 74e63e0..914e64a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -239,7 +239,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.11 && < 2.14
+ pandoc >= 2.11 && < 2.15
Cpp-options:
-DUSE_PANDOC
@@ -335,4 +335,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.11 && < 2.14
+ pandoc >= 2.11 && < 2.15