From 215d62ccd6320936620467a6d168ff1cd72def2c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 30 Sep 2022 17:18:15 -0700 Subject: Remove build versions info from `--version` output. --- pandoc-cli/pandoc-cli.cabal | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'pandoc-cli/pandoc-cli.cabal') diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index e43a4b7db..fcd096259 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -67,15 +67,7 @@ executable pandoc main-is: pandoc.hs buildable: True build-depends: pandoc >= 3.0, - text, - -- The following are needed only to get cabal to - -- define the VERSION_xxx macros. They are all - -- transitive dependencies anyway. - texmath, - skylighting, - pandoc-types, - ipynb, - citeproc + text other-modules: PandocCLI.Lua , PandocCLI.Server if flag(nightly) -- cgit v1.2.3