diff options
| author | John MacFarlane <[email protected]> | 2024-09-09 22:13:27 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-09 22:13:27 -0700 |
| commit | a0e0973c63a5ae32a1c4479de36762d1f3198b3a (patch) | |
| tree | 98985471fdb23b78033833c5d6b5513cddec3c55 | |
| parent | 766ebd73fe963b72278eab0806354c3b37f61046 (diff) | |
Bump pandoc-lua-engine to 0.3.2.
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 53d5bc99b..44461adf4 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-lua-engine -version: 0.3.1 +version: 0.3.2 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -124,7 +124,7 @@ library , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 - , pandoc >= 3.3 && < 3.4 + , pandoc >= 3.4 && < 3.5 , pandoc-lua-marshal >= 0.2.7 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 |
