Skip to content

Commit

Permalink
Add support for pandoc 3.1 (#974)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent René de Cotret <l.rdc@socivolta.com>
  • Loading branch information
LaurentRDC and LaurentRDC committed Mar 26, 2023
1 parent e497ec2 commit 999c51d
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 @@ -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

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

0 comments on commit 999c51d

Please sign in to comment.