aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/MediaBag.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-2/+2
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-73/+87
2021-10-22Switch to hslua-2.0Albert Krewinkel1-5/+14
2021-05-24MediaBag improvements.John MacFarlane1-3/+3
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel1-13/+14
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel1-51/+26
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-1/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-01-04Add type annotations to assist ghci.John MacFarlane1-3/+4
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-3/+3
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel1-1/+7
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel1-0/+6
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel1-1/+7
2019-03-01Remove license boilerplate.John MacFarlane1-17/+0
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel1-1/+1
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel1-25/+41
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-09-24Use hslua v1.0.0Albert Krewinkel1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-04Use hslua utils where possibleAlbert Krewinkel1-5/+5
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel1-0/+108