diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-04 16:53:59 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-04 16:55:51 +0200 |
| commit | 6ad05b74514f23a023718e199e7ef3c0509e99b2 (patch) | |
| tree | 8cf33efd6335cf8d87883a6dd2a7320dbb320d91 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 42566afa3f222d55ac2b59c66b775578522a610c (diff) | |
Lua: ensure that extensions marshaling is consistent.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 30a4ad9bf..c3a24dcca 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -66,6 +66,7 @@ library , Text.Pandoc.Lua.Init , Text.Pandoc.Lua.Marshal.CommonState , Text.Pandoc.Lua.Marshal.Context + , Text.Pandoc.Lua.Marshal.Extensions , Text.Pandoc.Lua.Marshal.PandocError , Text.Pandoc.Lua.Marshal.ReaderOptions , Text.Pandoc.Lua.Marshal.Reference |
