summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 14:17:10 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 14:17:10 -0800
commitcd190be09e6e41c6dd7669191eeb1b4d7f0697b9 (patch)
tree74f7389ed64f55abb0b65bd632c8964e8f8ae4c3 /src/pandoc.hs
parent763a9610cdcfbbcd483abf2fd3b754039037a769 (diff)
Made `--version` informative about versions of dependencies.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 27e0dc4df..6944a6a78 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -63,8 +63,9 @@ copyrightMessage = "\nCopyright (C) 2006-2011 John MacFarlane\n" ++
compileInfo :: String
compileInfo =
- "\nCompiled with citeproc support." ++
- "\nCompiled with syntax highlighting support for:\n " ++
+ "\nCompiled with citeproc-hs " ++ VERSION_citeproc_hs ++ " and " ++
+ "highlighting-kate " ++ VERSION_highlighting_kate ++
+ ".\nSyntax highlighting is supported for the following languages:\n " ++
wrapWords 4 78 languages
-- | Converts a list of strings into a single string with the items printed as