diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 12:30:00 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 12:30:00 -0800 |
| commit | 7f26c113b15b721a8f04c27d3720151396f2039a (patch) | |
| tree | c604df3d02c6ac1b942f928db2d13eaf098bbffc /pandoc-cli | |
| parent | ac503ce6fee5c0960f9c8f28cdca3da0c4d65f40 (diff) | |
Bump pandoc-cli to 0.6, depend on pandoc 0.6.
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 f8b6ae48f..51fe5e79f 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.5 +version: 3.6 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.5, + build-depends: pandoc == 3.6, text other-modules: PandocCLI.Lua , PandocCLI.Server |
