aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-19 14:31:52 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-12-19 14:31:52 +0100
commitdc3dcc2ccd3435ca88cf1eaeea05f62806f066d6 (patch)
treed018843d0c51d55af37c417b726ee7e1919a3d12 /src
parenta0af1b5926e45c830f734883b909e733fd3c01cb (diff)
downloadpandoc-dc3dcc2ccd3435ca88cf1eaeea05f62806f066d6.tar.gz
Lua: fixup, should have been part of previous commit
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Lua/Module/Pandoc.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs
index ac159ae0d..20c2f5af5 100644
--- a/src/Text/Pandoc/Lua/Module/Pandoc.hs
+++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs
@@ -116,6 +116,9 @@ otherConstructors =
, mkBlocks
, mkCitation
, mkCell
+ , mkRow
+ , mkTableHead
+ , mkTableFoot
, mkInlines
, mkListAttributes
, mkSimpleTable