aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Util.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
2020-01-04Add type annotations to assist ghci.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel
2018-10-01Lua Util: add missing docstring to defineHowToAlbert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel
2018-01-23Lua: move getTag from StackInstances to UtilAlbert Krewinkel
2018-01-12Lua filters: improve error messagesAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-04Use hslua utils where possibleAlbert Krewinkel
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel
2017-12-22Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26update years in copyrightKolen Cheung
2017-08-13Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel