From e0c63558a82ac4347181d5d77dce7f763a1db410 Mon Sep 17 00:00:00 2001 From: "Laurent P. René de Cotret" Date: Tue, 1 Jun 2021 15:46:33 -0400 Subject: Allow Pandoc 2.14 (#852) * Bump allowed Pandoc version * Allow more recent version of Pandoc in hakyll-init exe --- hakyll.cabal | 4 ++-- 1 file 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 -- cgit v1.2.3