aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/MediaBag.hs
AgeCommit message (Expand)Author
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30Change imports in Lua code to only use exported pandoc modulesAlbert Krewinkel
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-05-24MediaBag improvements.John MacFarlane
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
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-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert 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-05Update copyright notices to include 2018Albert Krewinkel
2018-01-04Use hslua utils where possibleAlbert Krewinkel
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel