diff options
| author | John MacFarlane <[email protected]> | 2022-09-29 08:18:02 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-29 08:18:02 -0700 |
| commit | 9169eee7e147be0ade6653c8ef8d7ba5c6782e7e (patch) | |
| tree | 9f908133938b500f3f4f8de139e800d938d22fff | |
| parent | a3e4ddef1a97c7bf13c02a8c5c2323e67a40f70e (diff) | |
Bump pandoc version to 3.0.
In light of the package splitting changes.
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 2 | ||||
| -rw-r--r-- | pandoc-server/pandoc-server.cabal | 2 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 6cfb8f95a..b2307e0e2 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -57,7 +57,7 @@ executable pandoc hs-source-dirs: src main-is: pandoc.hs buildable: True - build-depends: pandoc >= 2.20, + build-depends: pandoc >= 3.0, 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 53b342cb1..bfe419760 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -49,7 +49,7 @@ common common-executable library import: common-options - build-depends: pandoc >= 2.20, + build-depends: pandoc >= 3.0, 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 c1c3d04d6..6923b0108 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc -version: 2.20 +version: 3.0 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
