Changelog for parsix-0.2.2.1
0.2.2.1
- Make compatible with GHC 8.8
0.2.2.0
- Fix bug in
lookAhead, where lookaheads would commit the parser
0.2.1.0
- Add
MonoidandSemigroupinstances toPosition
0.2.0.0
- Make
withRecoveryrewind before running recovery
0.1.0.4
- Add
Genericinstances toSpanandPosition
0.1.0.3
- Add
prettySpanfunction
0.1.0.2
- Remove unused
bytestringdependency - Add lower bounds for all dependencies
0.1.0.1
- Change module re-export method to get Haddock to generate docs for
Text.Parsix
0.1.0.0
- Initial release