aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Packages.hs
AgeCommit message (Expand)Author
2020-04-17Fooling around with a new setup for Text.Pandoc.Data.initialize-data-filesJohn MacFarlane
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