pandoc/tests/Tests/Readers
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
..
Docx.hs Docx Reader: Create special punctuation test 2015-10-04 06:11:07 -04:00
EPUB.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
HTML.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
LaTeX.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Markdown.hs Percent-encode more special characters in URLs. 2015-10-11 17:12:50 -07:00
Odt.hs Added odt reader 2015-07-23 15:37:01 -07:00
Org.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
RST.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Txt2Tags.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00