pandoc/tests/Tests/Writers
John MacFarlane 82b3e0ab97 Use custom Prelude to avoid compiler warnings.
- The (non-exported) prelude is in prelude/Prelude.hs.
- It exports Monoid and Applicative, like base 4.8 prelude,
  but works with older base versions.
- It exports (<>) for mappend.
- It hides 'catch' on older base versions.

This allows us to remove many imports of Data.Monoid
and Control.Applicative, and remove Text.Pandoc.Compat.Monoid.

It should allow us to use -Wall again for ghc 7.10.
2015-10-14 09:09:10 -07:00
..
AsciiDoc.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
ConTeXt.hs Eliminated use of TH in test suite. 2013-01-23 19:26:39 -08:00
Docbook.hs Distinguish tight and loose lists in Docbook output 2014-05-03 18:37:02 -07:00
Docx.hs Tests: docx writer tests now use "../data" for data directory. 2015-09-09 10:39:20 -07:00
HTML.hs Updated a test whose output changed due to last commit. 2013-07-13 13:47:09 -07:00
LaTeX.hs Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jlduran-latex-tightlist 2015-04-17 19:23:13 -07:00
Markdown.hs Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
Native.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Plain.hs Correctly implement capitalisation. 2014-08-03 17:37:37 +04:00
RST.hs RST writer: do header normalization only in "standalone" mode. 2015-10-12 23:00:27 -07:00