diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 12:32:19 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 12:32:19 -0800 |
| commit | 809b7da7ca9113455ae7f48c98dacdf01b6c9f30 (patch) | |
| tree | 0057139ade0078129aee0ac7420f08ff363fc737 | |
| parent | 7f26c113b15b721a8f04c27d3720151396f2039a (diff) | |
Bump pandoc-lua-engine to 0.4 and depend on it in pandoc-cli.
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 2 | ||||
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 51fe5e79f..5ff27efaa 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -89,7 +89,7 @@ executable pandoc if flag(lua) build-depends: hslua-cli >= 1.4.1 && < 1.5, - pandoc-lua-engine >= 0.3.3 && < 0.4, + pandoc-lua-engine >= 0.4 && < 0.5, temporary >= 1.1 && < 1.4 hs-source-dirs: lua else diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index c857edbbd..c63d29512 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.3 +version: 0.4 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
