summaryrefslogtreecommitdiff
path: root/pandoc-cli/pandoc-cli.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-09-30 17:18:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-30 17:18:15 -0700
commit215d62ccd6320936620467a6d168ff1cd72def2c (patch)
tree3d57d8bf8d0fcaba26624687af4c9dbdc2ef1eb6 /pandoc-cli/pandoc-cli.cabal
parentaa0e9c4d6e0de2101527d0a37f082af594783601 (diff)
Remove build versions info from `--version` output.
Diffstat (limited to 'pandoc-cli/pandoc-cli.cabal')
-rw-r--r--pandoc-cli/pandoc-cli.cabal10
1 files changed, 1 insertions, 9 deletions
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)