diff --git a/pandoc.cabal b/pandoc.cabal index 7a34787a2..5fdca06ab 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -122,6 +122,16 @@ Extra-Source-Files: tests/writer.rst, tests/writer.rtf, tests/writer.texinfo, + tests/lhs-test.native, + tests/lhs-test.markdown, + tests/lhs-test.markdown+lhs, + tests/lhs-test.rst, + tests/lhs-test.rst+lhs, + tests/lhs-test.latex, + tests/lhs-test.latex+lhs, + tests/lhs-test.html, + tests/lhs-test.html+lhs, + tests/lhs-test.fragment.html+lhs, tests/Diff.hs, tests/RunTests.hs Extra-Tmp-Files: man/man1/pandoc.1, man/man1/hsmarkdown.1,