diff options
| author | Albert Krewinkel <[email protected]> | 2024-05-05 21:13:42 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-05-05 21:16:31 +0200 |
| commit | 0f29d8195eeb526c4aa14d5f56818f905d5badb5 (patch) | |
| tree | f6b2900ba04a5b74263da792802f15a8a7e4d91c /pandoc-lua-engine | |
| parent | 018922d10fb6f230aa1153dbe12c45358e70a3e0 (diff) | |
Lua: use hslua-module-zip-1.1.3 to fix the windows build
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 402b1e930..4221d07fa 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -114,7 +114,7 @@ library , hslua-module-system >= 1.1 && < 1.2 , hslua-module-text >= 1.1 && < 1.2 , hslua-module-version >= 1.1 && < 1.2 - , hslua-module-zip >= 1.1.2 && < 1.2 + , hslua-module-zip >= 1.1.3 && < 1.2 , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 |
