Skip to content

Commit

Permalink
Allow pandoc 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 8, 2024
1 parent 5e05a59 commit 6e81991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6e81991

Please sign in to comment.