aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli/lua
AgeCommit message (Collapse)Author
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
This new module exports `pandocVersion` and `pandocVersionText`, which are no longer exported from Text.Pandoc.Shared. [API change] Also, we now set the `pandoc-version` variable centrally rather than in the writers. One effect is the man writer now emits a comment with the pandoc version (this was intended before, judging from the template, but it didn't happen because the vairable wasn't set).
2022-09-30pandoc-cli: Allow building a binary without Lua supportAlbert Krewinkel
Disabling the `lua` cabal flag will result in a binary without Lua.