Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 | |
2018-01-04 | Use hslua utils where possible | Albert Krewinkel | 1 | -9/+8 | |
Some helper functions and types have been moved to hslua. Change: minor | |||||
2017-12-21 | Lua modules: added pandoc.utils module | Albert Krewinkel | 1 | -8/+0 | |
A new module `pandoc.utils` has been created. It holds utility functions like `sha1`, which was moved from the main `pandoc` module. | |||||
2017-12-21 | Lua modules: make a Haskell module for each Lua module | Albert Krewinkel | 1 | -72/+2 | |
Definitions for the `pandoc.mediabag` modules are moved to a separate Haskell module. Change: minor | |||||
2017-12-21 | Lua modules: move to dedicated submodule | Albert Krewinkel | 1 | -0/+213 | |
The Haskell module defining the Lua `pandoc` module is moved to Text.Pandoc.Lua.Module.Pandoc. Change: minor |