Bump version of pandoc and pandoc-cli to 3.5.

This commit is contained in:
John MacFarlane
2024-10-05 12:41:54 -07:00
parent cf9dd9c539
commit 39b2845c7f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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
+1 -1
View File
@@ -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