pandoc/tests/Tests
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
..
Readers Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Writers Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Added proper support for DocBook 'xref' elements 2015-09-24 18:26:55 +02:00
Shared.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Walk.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00