aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-06-24 12:30:15 -0700
committerJohn MacFarlane <[email protected]>2024-06-24 12:30:15 -0700
commitea74c90aff6caada228bdc03b09924da463ab16c (patch)
tree833f6fe262df7e149f92927a493dd31952ed90aa /pandoc-cli
parent7ca6a2b77616dd4f07bcac8079c2118e14cf7da1 (diff)
Update pandoc-cli to 3.2.1, bump dependency versions
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/pandoc-cli.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal
index c159429ec..95f210f6e 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.2
+version: 3.2.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.2,
+ build-depends: pandoc == 3.2.1,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server
@@ -89,7 +89,7 @@ executable pandoc
if flag(lua)
build-depends: hslua-cli >= 1.4.1 && < 1.5,
- pandoc-lua-engine >= 0.2.1 && < 0.3,
+ pandoc-lua-engine >= 0.3 && < 0.4,
temporary >= 1.1 && < 1.4
hs-source-dirs: lua
else