diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 18:54:30 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 18:54:30 +0000 |
commit | bb639d550662b688cb418e4ef10807b33d991b00 (patch) | |
tree | c2c063d0a41ac2e0397a1a08eef56d14723ce6f4 | |
parent | f1c22f3d1aec8840dcb98d04f2189629ba0b9547 (diff) | |
download | pandoc-bb639d550662b688cb418e4ef10807b33d991b00.tar.gz |
Added new lhs tests to cabal file.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1547 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 10 |
1 files changed, 10 insertions, 0 deletions
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, |