From cd190be09e6e41c6dd7669191eeb1b4d7f0697b9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 29 Dec 2011 14:17:10 -0800 Subject: [PATCH] Made `--version` informative about versions of dependencies. --- src/pandoc.hs | 5 +++-- 1 file 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