summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-30 16:53:34 +0100
committerAlbert Krewinkel <albert+github@zeitkraut.de>2021-12-30 22:41:15 +0100
commit2dd1cde7158a032e58618c96543ce7db2fa1aa47 (patch)
tree933fe94fea987fb6ff9941c50e9406ed5df13b29 /pandoc.cabal
parentce7e1f516957c62124fcbcc83523786b0f36ed5d (diff)
Lua: allow binary (byte string) readers to be used with `pandoc.read`
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index cd948d253..1c6f3fbd8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,6 +400,7 @@ extra-source-files:
test/odt/native/*.native
test/lua/*.lua
test/lua/module/*.lua
+ test/lua/module/tiny.epub
source-repository head
type: git
location: git://github.com/jgm/pandoc.git