--version: print hslua version.

This will help us determine which version of Lua pandoc
is compiled against. See #7929.
This commit is contained in:
John MacFarlane 2022-02-22 14:00:15 -08:00
parent 91b391e5a6
commit 3d7eb129bd

View file

@ -989,7 +989,7 @@ compileInfo =
"\nCompiled with pandoc-types " ++ VERSION_pandoc_types ++
", texmath " ++ VERSION_texmath ++ ", skylighting " ++
VERSION_skylighting ++ ",\nciteproc " ++ VERSION_citeproc ++
", ipynb " ++ VERSION_ipynb
", ipynb " ++ VERSION_ipynb ++ ", hslua " ++ VERSION_hslua
handleUnrecognizedOption :: String -> [String] -> [String]
handleUnrecognizedOption "--smart" =