diff options
| author | John MacFarlane <[email protected]> | 2022-09-28 08:50:11 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-28 08:50:11 -0700 |
| commit | fd1b3f2b6fd3057ea9a3d3916a79f3c533af34ed (patch) | |
| tree | f9368ea01a9858ce7aa9aa3ec80265e71c4aafe2 | |
| parent | bcf06e7f5e508f548f7060ba3e7281766aa2c1ea (diff) | |
Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server.
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 3 | ||||
| -rw-r--r-- | pandoc-server/pandoc-server.cabal | 3 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index f7f65ba7e..6cfb8f95a 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -50,7 +50,6 @@ common common-options common common-executable import: common-options - build-depends: pandoc ghc-options: -rtsopts -with-rtsopts=-A8m -threaded executable pandoc @@ -58,7 +57,7 @@ executable pandoc hs-source-dirs: src main-is: pandoc.hs buildable: True - build-depends: pandoc, + build-depends: pandoc >= 2.20, hslua-cli >= 1.2 && < 1.3 other-modules: PandocCLI.Server if flag(server) diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index 2c0f566c8..53b342cb1 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -45,12 +45,11 @@ common common-options common common-executable import: common-options - build-depends: pandoc ghc-options: -rtsopts -with-rtsopts=-A8m -threaded library import: common-options - build-depends: pandoc == 2.19.2, + build-depends: pandoc >= 2.20, pandoc-types >= 1.22.2 && < 1.23, containers >= 0.6.0.1 && < 0.7, aeson >= 2.0 && < 2.2, diff --git a/pandoc.cabal b/pandoc.cabal index b279f7ef3..4a3e8873f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc -version: 2.19.2 +version: 2.20 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
