- Widen QuickCheck bounds.
- Remove MonadError from the top-level API.
- Use strict, rather than lazy, bytestrings for parser input. This fixes issues with resource safety.
- Test with GHC 8.8.4.
- Change
stack.yaml
to use LTS 15.15.
- Ship our .hspec file to ensure all tests pass from an sdist.
- Ship our conformance suite as part of the sdist.
- Widen bounds on
parser-combinators
. - Export
ParserError
, and have the loader return it on parsing errors. - Remove -O2 optimization flag for test-suite.
- Initial release