diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-10 09:33:20 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-10 11:27:42 +0200 |
| commit | a5ffaaa4136f11378c0c7741309edb9fd53e17d8 (patch) | |
| tree | afa29d609290f50cf752754cfca4a23075dc2781 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | d6fb8fb20fbb822d58cdfbde34961094c902a708 (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.cabal | 2 |
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 |
