diff options
| author | John MacFarlane <[email protected]> | 2024-05-11 12:01:16 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-11 12:01:16 -0700 |
| commit | b419770850f33af5014a2bb6cf575ba148f6de4f (patch) | |
| tree | 8d8e45ffbd7213d232a9c0f209da707b20f48e8b /pandoc-lua-engine | |
| parent | 469ba09f20e112e166527739d4643c14024c7e3a (diff) | |
Bump pandoc, pandoc-cli to 3.2, update changelog.
Also bump pandoc-lua-engine to 0.2.1.5 and allow pandoc 3.2.
Diffstat (limited to 'pandoc-lua-engine')
| -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 36069ee59..4bd086baf 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.2.1.4 +version: 0.2.1.5 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -121,7 +121,7 @@ library , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 - , pandoc >= 3.1.4 && < 3.2 + , pandoc >= 3.1.4 && < 3.3 , pandoc-lua-marshal >= 0.2.7 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 |
