diff options
| author | John MacFarlane <[email protected]> | 2025-12-01 09:36:10 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-01 09:36:10 +0100 |
| commit | a2c8aef1cb5c4884dd2c0108224260e67105a7b8 (patch) | |
| tree | 3f0d72e9acde9e947c7309bece664aa46c9d6a35 | |
| parent | 6b20a1eabb25eb778c4a371004a110d0b855aa88 (diff) | |
Bump to 3.8.3 (pandoc, pandoc-cli)>
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index edeadd6e4..c39c5b2eb 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.8.2.1 +version: 3.8.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.8.2.1, + build-depends: pandoc == 3.8.3, text other-modules: PandocCLI.Lua , PandocCLI.Server diff --git a/pandoc.cabal b/pandoc.cabal index 1c5a3bcb8..9916f3571 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc -version: 3.8.2.1 +version: 3.8.3 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
