Bump pandoc-lua-engine to 0.5.1.

This commit is contained in:
John MacFarlane
2026-02-02 17:21:02 +01:00
parent 1638a8b1a5
commit 69e5727372
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-lua-engine
version: 0.5.0.2
version: 0.5.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -10,12 +10,6 @@ maintainer: Albert Krewinkel <albert@hslua.org>
bug-reports: https://github.com/jgm/pandoc/issues
homepage: https://pandoc.org
category: Text
tested-with: GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.5
, GHC == 9.4.4
synopsis: Lua engine to power custom pandoc conversions
description: This package provides a pandoc scripting engine based on
Lua.