summaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-01-05 13:41:29 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-01-05 13:41:29 -0800
commit89a6fa9b002ddb5a2e05998e1d1763d193863ac0 (patch)
treea7f2448c041d7de4307f01b7310d9ac446648b71 /pandoc-cli
parentbef21275f2244842fcb27e8848995b5899145389 (diff)
Bump pandoc-cli to 3.1.11.1.
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 5a7f05ab5..3c0f6cada 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.11
+version: 3.1.11.1
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.11,
+ build-depends: pandoc == 3.1.11.1,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server