From 6e81991a4534e57b10f39553128f5648d5a959fb Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Sun, 8 Dec 2024 12:11:29 -0500 Subject: [PATCH] Allow pandoc 3.6 --- CHANGELOG.md | 1 + hakyll.cabal | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc609b38..a6c9b82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ title: Releases - Running the `check` command will now consider URLs that respond with a 3XX code (redirection) to be alive. - Bump `data-default` upper bound to include 0.8 +- Bump `pandoc` upper bound to include 3.6 ## Hakyll 4.16.3.0 (2024-10-24) diff --git a/hakyll.cabal b/hakyll.cabal index 4e186293..a31187cd 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -252,7 +252,7 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.6 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.7 Cpp-options: -DUSE_PANDOC @@ -317,7 +317,7 @@ Test-suite hakyll-tests Cpp-options: -DUSE_PANDOC Build-Depends: - pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.6 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.7 Executable hakyll-init @@ -351,4 +351,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.6 + pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.7