diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-03-17 15:39:51 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-18 15:00:45 -0700 |
| commit | 203a652e4318a6bce2685ea02b16c669b36fc16a (patch) | |
| tree | 706008d1c6101b0f3e58a3f8e8a26c39a1c4123e /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | f9b6777a92ab304149b93f34a40a36e5e9c95bf5 (diff) | |
Lua: add pandoc.cli.repl function
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 697dd3bda..35cfde763 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -111,6 +111,7 @@ library , hslua-module-text >= 1.1 && < 1.2 , hslua-module-version >= 1.1 && < 1.2 , hslua-module-zip >= 1.1 && < 1.2 + , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.0.4 && < 1.1 , mtl >= 2.2 && < 2.4 , pandoc >= 3.1 && < 3.2 |
