diff options
| author | John MacFarlane <[email protected]> | 2025-09-29 12:24:35 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-29 12:24:35 +0200 |
| commit | 6dc8f6f064686fb85248b3637154f56fa192c7ec (patch) | |
| tree | d776afec1828b6fc2dd97173dfa68ae0d0389d82 /pandoc-cli | |
| parent | e8bdaab34e1a4117ff646cf66a62d471718b47dd (diff) | |
Bump version to 3.8.1 (also pandoc-cli).
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 fc0d22fde..6afcc47df 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 +version: 3.8.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.8, + build-depends: pandoc == 3.8.1, text other-modules: PandocCLI.Lua , PandocCLI.Server |
