diff options
| author | John MacFarlane <[email protected]> | 2023-03-27 16:55:18 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-27 16:55:18 -0700 |
| commit | 509adf7cbf059cf2f5feb18d210b01bc62637a9e (patch) | |
| tree | 4d2b5687a2422b6a263882865face235220532fe | |
| parent | 1f6fa8784e2331237091d73b9d679e47ac0957fc (diff) | |
Bump pandoc-lua-engine to 0.2, depend on latest pandoc
| -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 7501eae9e..b6f902c0a 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.1.1 +version: 0.2 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -115,7 +115,7 @@ library , hslua-repl >= 0.1.1 && < 0.2 , lpeg >= 1.0.4 && < 1.1 , mtl >= 2.2 && < 2.4 - , pandoc >= 3.1 && < 3.2 + , pandoc >= 3.1.2 && < 3.2 , pandoc-lua-marshal >= 0.2.2 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 |
