summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2021-03-29 23:01:26 +0300
committerGitHub <noreply@github.com>2021-03-29 23:01:26 +0300
commitaf9e29b5456c105dc948bc46c93e989a650b5ed1 (patch)
treedd2b0cde093b206b9aae38895a77004e9d89b6f0
parent0dc6127d81ff688e27c36ce469230320eee60246 (diff)
downloadhakyll-af9e29b5456c105dc948bc46c93e989a650b5ed1.tar.gz
Allow pandoc 2.13 (#840)
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 0ef3b04..f799344 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -237,7 +237,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.11 && < 2.13
+ pandoc >= 2.11 && < 2.14
Cpp-options:
-DUSE_PANDOC
@@ -333,4 +333,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.11 && < 2.13
+ pandoc >= 2.11 && < 2.14