mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-18 05:41:39 +03:00
d97398a016
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 |
||
---|---|---|
.. | ||
Char.hs | ||
Combinator.hs | ||
Error.hs | ||
Expr.hs | ||
Lexer.hs | ||
Main.hs | ||
Perm.hs | ||
Pos.hs | ||
Prim.hs | ||
Util.hs |