diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-02-11 15:46:52 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-02-11 14:53:53 -0800 |
| commit | 75b5851d21b8088c79c0034b66200c5f2a1693db (patch) | |
| tree | 806130b24d04114d37145c2d5d3f995cc6127347 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | c2827e77650a08d6bacc18c5dd440d5d27acca96 (diff) | |
Lua: add module `pandoc.json` to handle JSON encoding
Closes: #8605
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index ab5c85c3a..dcc98265f 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -81,6 +81,7 @@ library , Text.Pandoc.Lua.Marshal.WriterOptions , Text.Pandoc.Lua.Module.CLI , Text.Pandoc.Lua.Module.Format + , Text.Pandoc.Lua.Module.JSON , Text.Pandoc.Lua.Module.MediaBag , Text.Pandoc.Lua.Module.Pandoc , Text.Pandoc.Lua.Module.Scaffolding @@ -95,6 +96,7 @@ library , Text.Pandoc.Lua.Writer.Scaffolding build-depends: SHA >= 1.6 && < 1.7 + , aeson , bytestring >= 0.9 && < 0.12 , citeproc >= 0.8 && < 0.9 , containers >= 0.6.0.1 && < 0.7 |
