summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Packages.hs
AgeCommit message (Expand)Author
2022-06-08Lua: Simplify module loading code.Albert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-05Lua: set module name before pushingAlbert Krewinkel
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-05Lua: always load lpeg as global moduleAlbert Krewinkel
2021-11-04Lua: include lpeg module (#7649)Albert Krewinkel
2021-11-03Lua: add missing space in "package not found" messageAlbert Krewinkel
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel
2019-02-09T.P.Lua: properly indent module-loading errorAlbert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel
2017-12-10Lua filters: fix package loading for Lua 5.1Albert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel