aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-03-14 16:50:54 -0700
committerJohn MacFarlane <[email protected]>2024-03-14 16:50:54 -0700
commitc08365ed5d16406831bd2fb5dfaf353b3ebf1360 (patch)
tree75342e7eeb519569d04e4acdff1a6f1f396ecbc1 /pandoc-cli
parente61ae033b95778348b382fc30718eb22bd2820f0 (diff)
Bump pandoc-cli version to 3.1.12.3, require pandoc 3.1.12.3.
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 18db0a1e6..5bc74bbdf 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.12.2
+version: 3.1.12.3
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.12.2,
+ build-depends: pandoc == 3.1.12.3,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server