From c2827e77650a08d6bacc18c5dd440d5d27acca96 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 11 Feb 2023 17:12:34 +0100 Subject: Use latest pandoc-lua-marshal release, version 0.2.1. All major AST elements now have `__tojson` metamethods that return the JSON representation of an element. This allows to JSON-encode these elements with libraries that respect the `__tojson` metamethod, including dkjson. --- pandoc-lua-engine/pandoc-lua-engine.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal') diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 6e1f4320a..ab5c85c3a 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -114,7 +114,7 @@ library , lpeg >= 1.0.1 && < 1.1 , mtl >= 2.2 && < 2.4 , pandoc >= 3.1 && < 3.2 - , pandoc-lua-marshal >= 0.2 && < 0.3 + , pandoc-lua-marshal >= 0.2.1 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 , text >= 1.1.1 && < 2.1 -- cgit v1.2.3