aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc-cli/pandoc-cli.cabal8
-rw-r--r--pandoc.cabal2
2 files changed, 5 insertions, 5 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
diff --git a/pandoc.cabal b/pandoc.cabal
index 698193c3d..1a5694998 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
-version: 3.4
+version: 3.5
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md