aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-10-05 12:41:54 -0700
committerJohn MacFarlane <[email protected]>2024-10-05 12:41:54 -0700
commit39b2845c7f025883e8138de082a9157eddcdceb2 (patch)
tree6b9bbe61cc5198bd5a03784cf6a02f1b0b631cb6 /pandoc-cli
parentcf9dd9c53925bf052126ffc000d59350979b8f1f (diff)
Bump version of pandoc and pandoc-cli to 3.5.
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/pandoc-cli.cabal8
1 files changed, 4 insertions, 4 deletions
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