diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-09 22:15:19 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-09 22:15:19 -0700 |
| commit | c2960d9ded9e471540f48ca962e4c362d8385315 (patch) | |
| tree | e45d3d1e176861947727da9b68f94146b82a0cf1 | |
| parent | 046d817485bdd849f99446e09faf332c98161035 (diff) | |
| download | pandoc-c2960d9ded9e471540f48ca962e4c362d8385315.tar.gz | |
Fixed a couple test files in cabal file.
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index e5deb0896..e38a790b0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -116,9 +116,9 @@ Extra-Source-Files: tests/docbook-reader.native tests/html-reader.html, tests/html-reader.native, - tests/opml-reader.html, + tests/opml-reader.opml, tests/opml-reader.native, - tests/haddock-reader.html, + tests/haddock-reader.haddock, tests/haddock-reader.native, tests/insert, tests/lalune.jpg, |
