diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pandoc.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs index 2c9f2ffb8..3853d360a 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -67,8 +67,8 @@ copyrightMessage = "\nCopyright (C) 2006-2012 John MacFarlane\n" ++ compileInfo :: String compileInfo = - "\nCompiled with citeproc-hs " ++ VERSION_citeproc_hs ++ " and " ++ - "highlighting-kate " ++ VERSION_highlighting_kate ++ + "\nCompiled with citeproc-hs " ++ VERSION_citeproc_hs ++ ", texmath " ++ + VERSION_texmath ++ ", highlighting-kate " ++ VERSION_highlighting_kate ++ ".\nSyntax highlighting is supported for the following languages:\n " ++ wrapWords 4 78 languages |