diff options
| author | John MacFarlane <[email protected]> | 2024-02-14 09:07:13 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-14 09:08:19 -0800 |
| commit | 32e26b168924dd7adc5261406eea456485394ea9 (patch) | |
| tree | f472b4db5c48fb2ab3f0e1f74f511687f07b0016 /pandoc-cli | |
| parent | f7db1aa0d1fb51067fce0ebbf833e1cf7082e01a (diff) | |
Bump pandoc-cli version to 3.1.12, depend on pandoc 3.1.12.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
