diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-28 08:50:11 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-28 08:50:11 -0700 |
| commit | fd1b3f2b6fd3057ea9a3d3916a79f3c533af34ed (patch) | |
| tree | f9368ea01a9858ce7aa9aa3ec80265e71c4aafe2 /pandoc-cli | |
| parent | bcf06e7f5e508f548f7060ba3e7281766aa2c1ea (diff) | |
Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 3 |
1 files changed, 1 insertions, 2 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) |
