aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-12-11 22:10:56 -0800
committerJohn MacFarlane <[email protected]>2023-12-11 22:10:56 -0800
commite9be7ea4518ba949375a9dd5d0cee58b600ec193 (patch)
tree19530185e2de0dda4443626547a543e5beb3c25f /pandoc-cli
parent705e3e6aafee7d9a3f6d7c85ecaf95a51d431e4c (diff)
Bump pandoc/pandoc-cli to 3.1.10, update changelog.
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/pandoc-cli.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal
index e18699571..7a09e66f5 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.1.9
+version: 3.1.10
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.1.9,
+ build-depends: pandoc == 3.1.10,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server