parsix-0.2.2.0: CHANGELOG.md
# 0.2.2.0
- Fix bug in `lookAhead`, where lookaheads would commit the parser
# 0.2.1.0
- Add `Monoid` and `Semigroup` instances to `Position`
# 0.2.0.0
- Make `withRecovery` rewind before running recovery
# 0.1.0.4
- Add `Generic` instances to `Span` and `Position`
# 0.1.0.3
- Add `prettySpan` function
# 0.1.0.2
- Remove unused `bytestring` dependency
- 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