megaparsec/tests
Benjamin Kaestner d97398a016 Add compatibility to base-4.7.0.x
This patch introduces compatibility to base-4.7.0.x. It was tested
on Win 8.1 x86_64, using GHC 7.8.4. It mainly consists of a bunch
of #if !MIN_VERSION(4,8,0) ... #endif additions and a lower bound
on base in the cabal file as well as a general introduction of the
CPP extension via default-extensions.

It also removes a potential error source in tests/Util.hs, since
the backslash in /=\ can lead to strange quirks on certain systems
(backslash and newline only separated by whitespace).

Other, squashed commits:

- Remove 'recent version of base' from Readme

- Change necessary version of GHC
2015-09-30 20:18:25 +02:00
..
Char.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00
Combinator.hs even more cosmetic corrections 2015-09-23 19:46:24 +06:00
Error.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00
Expr.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00
Lexer.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00
Main.hs renamed ‘Text.Megaparsec.Token’ module 2015-08-30 16:00:07 +06:00
Perm.hs some tests for ‘Text.Megaparsec.Perm’ 2015-08-24 14:01:54 +06:00
Pos.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00
Prim.hs even more cosmetic corrections 2015-09-23 19:46:24 +06:00
Util.hs Add compatibility to base-4.7.0.x 2015-09-30 20:18:25 +02:00