Bump pandoc-lua-engine version to 0.3.1, depend on it in pandoc-cli

This commit is contained in:
John MacFarlane
2024-07-28 13:44:12 -07:00
parent ab94daf416
commit 7200b2bbfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ executable pandoc
if flag(lua)
build-depends: hslua-cli >= 1.4.1 && < 1.5,
pandoc-lua-engine >= 0.3 && < 0.4,
pandoc-lua-engine >= 0.3.1 && < 0.4,
temporary >= 1.1 && < 1.4
hs-source-dirs: lua
else
+1 -1
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-lua-engine
version: 0.3
version: 0.3.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md