diff options
| author | Albert Krewinkel <[email protected]> | 2023-02-11 17:12:34 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-11 14:53:53 -0800 |
| commit | c2827e77650a08d6bacc18c5dd440d5d27acca96 (patch) | |
| tree | a1a68a2b487d887352fea6f6f8875ed1f84c3136 | |
| parent | a5c6776bee999f52f21072098dd8686cbe8438c9 (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.
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/stack.yaml b/stack.yaml index b25be2ebc..8c8f39a7c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,7 @@ extra-deps: - texmath-0.12.6 - citeproc-0.8.1 - pandoc-types-1.23 -- pandoc-lua-marshal-0.2.0 +- pandoc-lua-marshal-0.2.1 - commonmark-pandoc-0.2.1.3 - skylighting-0.13.2.1 - skylighting-core-0.13.2.1 |
