aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/MediaBag.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24Use hslua v1.0.0Albert Krewinkel1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464.
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-04Use hslua utils where possibleAlbert Krewinkel1-5/+5
Some helper functions and types have been moved to hslua. Change: minor
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel1-0/+108
Definitions for the `pandoc.mediabag` modules are moved to a separate Haskell module. Change: minor