From 999c51ddf7a3a1da8a52d6a3c079e2deaf841271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Sun, 26 Mar 2023 11:56:47 -0400 Subject: [PATCH] Add support for pandoc 3.1 (#974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent René de Cotret --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 685594f7..c922f3db 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -248,7 +248,7 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2 Cpp-options: -DUSE_PANDOC @@ -315,7 +315,7 @@ Test-suite hakyll-tests Cpp-options: -DUSE_PANDOC Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2 Executable hakyll-init @@ -349,4 +349,4 @@ Executable hakyll-website base >= 4.12 && < 5, directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2