Skip to content

Commit

Permalink
Allow pandoc 3.4 (jaspervdj#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Sep 11, 2024
1 parent 57b5c84 commit c28f600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.4
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.5
Cpp-options:
-DUSE_PANDOC

Expand Down Expand Up @@ -321,7 +321,7 @@ Test-suite hakyll-tests
Cpp-options:
-DUSE_PANDOC
Build-Depends:
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.4
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.5


Executable hakyll-init
Expand Down Expand Up @@ -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.4
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.5

0 comments on commit c28f600

Please sign in to comment.