diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-10-29 17:08:03 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-10-29 17:08:30 +0200 |
commit | f4d9b443d8b44b802d564a64280cbe9ea89dacc8 (patch) | |
tree | 10fe1c4e9986e045c0537eb30901b499b210be91 /src/Text/Pandoc/Lua/Marshaling/AST.hs | |
parent | e1cf0ad1bef439da829068b4c5104d81692e860d (diff) | |
download | pandoc-f4d9b443d8b44b802d564a64280cbe9ea89dacc8.tar.gz |
Lua: use hslua module abstraction where possible
This will make it easier to generate module documentation in the future.
Diffstat (limited to 'src/Text/Pandoc/Lua/Marshaling/AST.hs')
-rw-r--r-- | src/Text/Pandoc/Lua/Marshaling/AST.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Marshaling/AST.hs b/src/Text/Pandoc/Lua/Marshaling/AST.hs index 6bb4fd4e0..aabc9e530 100644 --- a/src/Text/Pandoc/Lua/Marshaling/AST.hs +++ b/src/Text/Pandoc/Lua/Marshaling/AST.hs @@ -45,6 +45,7 @@ module Text.Pandoc.Lua.Marshaling.AST , pushCitation , pushInline , pushListAttributes + , pushMeta , pushMetaValue , pushPandoc ) where |