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