From 32e26b168924dd7adc5261406eea456485394ea9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Feb 2024 09:07:13 -0800 Subject: Bump pandoc-cli version to 3.1.12, depend on pandoc 3.1.12. --- pandoc-cli/pandoc-cli.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc-cli') diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 3c0f6cada..7dcfc443e 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.1 +version: 3.1.12 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.1, + build-depends: pandoc == 3.1.12, text other-modules: PandocCLI.Lua , PandocCLI.Server -- cgit v1.2.3