aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-02-11 17:12:34 +0100
committerJohn MacFarlane <[email protected]>2023-02-11 14:53:53 -0800
commitc2827e77650a08d6bacc18c5dd440d5d27acca96 (patch)
treea1a68a2b487d887352fea6f6f8875ed1f84c3136 /pandoc-lua-engine
parenta5c6776bee999f52f21072098dd8686cbe8438c9 (diff)
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.
Diffstat (limited to 'pandoc-lua-engine')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
1 files changed, 1 insertions, 1 deletions
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