summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-18 17:55:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-18 17:55:21 -0700
commitcf15b929f833ea31b35bafb40f782e113546caa0 (patch)
treeab5e8a4ca8a8b816d1c7e79c201d8c24ff8753c3 /pandoc.cabal
parentff6a2baeb9940276fbbaf486a5711378d13cc1e1 (diff)
Added haddock writer tests.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b064f39a7..a0312e95b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -135,6 +135,7 @@ Extra-Source-Files:
tests/tables.opendocument,
tests/tables.org,
tests/tables.asciidoc,
+ tests/tables.haddock,
tests/tables.texinfo,
tests/tables.rst,
tests/tables.rtf,
@@ -156,6 +157,7 @@ Extra-Source-Files:
tests/writer.opendocument,
tests/writer.org,
tests/writer.asciidoc,
+ tests/writer.haddock,
tests/writer.rst,
tests/writer.rtf,
tests/writer.texinfo,