diff options
| author | Albert Krewinkel <[email protected]> | 2023-09-27 21:00:39 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-09-27 21:04:49 +0200 |
| commit | 2c6f22d2b4edd9fb8b8576995d7aece99feef207 (patch) | |
| tree | 47ed511633d91bfffde67a9d3c04f99b89412a7f /pandoc-lua-engine | |
| parent | edbea270f5ed0cae23cfe977b9621045256e7dfc (diff) | |
Lua: Use the newest LPeg version (lpeg-1.1.*)
Closes: #9107
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 2e2c1fa6b..73a15e77e 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -114,7 +114,7 @@ library , 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 + , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 , pandoc >= 3.1.4 && < 3.2 , pandoc-lua-marshal >= 0.2.2 && < 0.3 |
