From a71ea4b654ae265321ef21c47a15368bbd8bddf7 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sun, 2 Jun 2024 19:40:34 +0300 Subject: [PATCH] Allow pandoc 3.2 (#1035) --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 42818381..8bb0da95 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -254,7 +254,7 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.3 Cpp-options: -DUSE_PANDOC @@ -321,7 +321,7 @@ Test-suite hakyll-tests Cpp-options: -DUSE_PANDOC Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.3 Executable hakyll-init @@ -355,4 +355,4 @@ Executable hakyll-website base >= 4.12 && < 5, directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.6, - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.2 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.3