diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-22 14:00:15 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-22 14:00:15 -0800 |
| commit | 3d7eb129bd7f7bdbcdd46e93913208065f106cb2 (patch) | |
| tree | 7a71953801be3c7bb2f853b44c993d1bc97f67e0 | |
| parent | 91b391e5a6c064fb0df5805ea9e0b78428c5424a (diff) | |
`--version`: print hslua version.
This will help us determine which version of Lua pandoc
is compiled against. See #7929.
| -rw-r--r-- | src/Text/Pandoc/App/CommandLineOptions.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index 19b807205..27374a81f 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -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" = |
