Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pandoc 3 #965

Merged
merged 5 commits into from
Jan 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Allow pandoc 3
  • Loading branch information
LaurentRDC committed Jan 25, 2023
commit 364e4051d400964a8010c0eca36a3b3aaf5e0546
4 changes: 2 additions & 2 deletions hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
pandoc >= 2.11 && < 2.20
pandoc >= 2.11 && < 3.1
LaurentRDC marked this conversation as resolved.
Show resolved Hide resolved
Cpp-options:
-DUSE_PANDOC

Expand Down Expand Up @@ -344,4 +344,4 @@ Executable hakyll-website
base >= 4.12 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
pandoc >= 2.11 && < 2.20
pandoc >= 2.11 && < 3.1