From 39b2845c7f025883e8138de082a9157eddcdceb2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Oct 2024 12:41:54 -0700 Subject: Bump version of pandoc and pandoc-cli to 3.5. --- pandoc-cli/pandoc-cli.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pandoc-cli') diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index d740bf940..f8b6ae48f 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli -version: 3.4 +version: 3.5 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -70,7 +70,7 @@ executable pandoc buildable: True -- Note: we always link to an exact version of pandoc, with the -- same version as this package: - build-depends: pandoc == 3.4, + build-depends: pandoc == 3.5, text other-modules: PandocCLI.Lua , PandocCLI.Server @@ -79,7 +79,7 @@ executable pandoc build-depends: template-haskell, time if flag(server) - build-depends: pandoc-server >= 0.1.0.6 && < 0.2, + build-depends: pandoc-server >= 0.1.0.9 && < 0.2, wai-extra >= 3.0.24, warp, safe @@ -89,7 +89,7 @@ executable pandoc if flag(lua) build-depends: hslua-cli >= 1.4.1 && < 1.5, - pandoc-lua-engine >= 0.3.1 && < 0.4, + pandoc-lua-engine >= 0.3.3 && < 0.4, temporary >= 1.1 && < 1.4 hs-source-dirs: lua else -- cgit v1.2.3