summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-10-10 09:33:20 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2022-10-10 11:27:42 +0200
commita5ffaaa4136f11378c0c7741309edb9fd53e17d8 (patch)
treeafa29d609290f50cf752754cfca4a23075dc2781 /pandoc-lua-engine/pandoc-lua-engine.cabal
parentd6fb8fb20fbb822d58cdfbde34961094c902a708 (diff)
Lua: support custom bytestring readers.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index b8f3abbd1..a122b935c 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -21,6 +21,7 @@ description: This package provides a pandoc scripting engine based on
extra-source-files: README.md
, test/bytestring.bin
, test/bytestring.lua
+ , test/bytestring-reader.lua
, test/lua/*.lua
, test/lua/module/*.lua
, test/lua/module/partial.test
@@ -131,4 +132,5 @@ test-suite test-pandoc-lua-engine
, text >= 1.1.1 && < 2.1
other-modules: Tests.Lua
, Tests.Lua.Module
+ , Tests.Lua.Reader
, Tests.Lua.Writer