diff options
| author | John MacFarlane <[email protected]> | 2024-05-11 12:01:16 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-11 12:01:16 -0700 |
| commit | b419770850f33af5014a2bb6cf575ba148f6de4f (patch) | |
| tree | 8d8e45ffbd7213d232a9c0f209da707b20f48e8b /pandoc-cli | |
| parent | 469ba09f20e112e166527739d4643c14024c7e3a (diff) | |
Bump pandoc, pandoc-cli to 3.2, update changelog.
Also bump pandoc-lua-engine to 0.2.1.5 and allow pandoc 3.2.
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 09c869954..e3cf9339c 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.13 +version: 3.2 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.13, + build-depends: pandoc == 3.2, text other-modules: PandocCLI.Lua , PandocCLI.Server |
