diff options
| author | Albert Krewinkel <[email protected]> | 2023-01-02 22:41:40 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-01-03 10:35:22 +0100 |
| commit | 8862d5e0dda27d19e28eb465f79c14bd5cbfe77e (patch) | |
| tree | d590ac12b3823363b29fdcb64c572b1e82e7592b /pandoc-lua-engine | |
| parent | 355794549d29e011823c27062d902c8a69f2de86 (diff) | |
Lua: add functions `pandoc.text.toencoding`, `pandoc.text.fromencoding`.
Closes: #8512
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
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 4aae2a531..8aca57162 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -105,7 +105,7 @@ library , hslua-module-doclayout>= 1.0.4 && < 1.1 , hslua-module-path >= 1.0.3 && < 1.1 , hslua-module-system >= 1.0 && < 1.1 - , hslua-module-text >= 1.0 && < 1.1 + , hslua-module-text >= 1.0.3 && < 1.1 , hslua-module-version >= 1.0.3 && < 1.1 , hslua-module-zip >= 1.0.0 && < 1.1 , lpeg >= 1.0.1 && < 1.1 |
