mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Bump version of pandoc and pandoc-cli to 3.5.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc-cli
|
||||
version: 3.4
|
||||
version: 3.5
|
||||
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.4,
|
||||
build-depends: pandoc == 3.5,
|
||||
text
|
||||
other-modules: PandocCLI.Lua
|
||||
, PandocCLI.Server
|
||||
@@ -79,7 +79,7 @@ executable pandoc
|
||||
build-depends: template-haskell,
|
||||
time
|
||||
if flag(server)
|
||||
build-depends: pandoc-server >= 0.1.0.6 && < 0.2,
|
||||
build-depends: pandoc-server >= 0.1.0.9 && < 0.2,
|
||||
wai-extra >= 3.0.24,
|
||||
warp,
|
||||
safe
|
||||
@@ -89,7 +89,7 @@ executable pandoc
|
||||
|
||||
if flag(lua)
|
||||
build-depends: hslua-cli >= 1.4.1 && < 1.5,
|
||||
pandoc-lua-engine >= 0.3.1 && < 0.4,
|
||||
pandoc-lua-engine >= 0.3.3 && < 0.4,
|
||||
temporary >= 1.1 && < 1.4
|
||||
hs-source-dirs: lua
|
||||
else
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc
|
||||
version: 3.4
|
||||
version: 3.5
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
|
||||
Reference in New Issue
Block a user