diff options
| author | John MacFarlane <[email protected]> | 2025-05-14 14:41:46 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-14 14:42:28 -0700 |
| commit | fdec82c5d8e8fbf81f1d36eb35d622a730bcaba6 (patch) | |
| tree | cff20fb409e46c95458a683b5dbc1f585c95af47 /pandoc-lua-engine | |
| parent | bb41fcd6ec90f8756be5d188753dd22f9b57aabe (diff) | |
pandoc-lua-engine: bump to 0.4.2, bump pandoc bounds.
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 0c2236c12..ea8a32b6a 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.4.1.1 +version: 0.4.2 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -126,7 +126,7 @@ library , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 - , pandoc >= 3.6 && < 3.7 + , pandoc >= 3.7 && < 3.8 , pandoc-lua-marshal >= 0.3 && < 0.4 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 |
