From 3e7b46af642b205439e3dee52d805d738c4ad954 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Fri, 10 Dec 2021 14:07:41 +0100
Subject: Switch to released pandoc-lua-marshal-0.1.2

Cell values are now marshaled as userdata objects; a constructor
function for table cells is provided as `pandoc.Cell`.
---
 src/Text/Pandoc/Lua/Module/Pandoc.hs | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/Text/Pandoc/Lua')

diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs
index 529a28cf8..ac159ae0d 100644
--- a/src/Text/Pandoc/Lua/Module/Pandoc.hs
+++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs
@@ -115,6 +115,7 @@ otherConstructors =
   , mkAttributeList
   , mkBlocks
   , mkCitation
+  , mkCell
   , mkInlines
   , mkListAttributes
   , mkSimpleTable
-- 
cgit v1.2.3