From bb639d550662b688cb418e4ef10807b33d991b00 Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sat, 14 Feb 2009 18:54:30 +0000 Subject: [PATCH] Added new lhs tests to cabal file. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1547 788f1e2b-df1e-0410-8736-df70ead52e1b --- pandoc.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,