Skip to content

Commit

Permalink
Allow Pandoc 2.19 again
Browse files Browse the repository at this point in the history
This fixes a regression introduced in
2ea5d68. It's my mistake, actually, as
I was the one who suggested the new bounds, and also the one who
reviewed the final diff.

Kudos to Berk Özkütük (@ozkutuk) for spotting it!
  • Loading branch information
Minoru committed Feb 4, 2023
1 parent 2e94273 commit 909e1b3
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.19.2 || >= 3.0 && < 3.1
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1
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.19.2 || >= 3.0 && < 3.1
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1


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.19.2 || >= 3.0 && < 3.1
pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.1

0 comments on commit 909e1b3

Please sign in to comment.