- Allow megaparsec-9.6
- Remove unused bytestring dependency from tests
- Allow text-2.1 and GHC 9.8.
- Allow megaparsec-9.5 and GHC 9.4.8.
- Allow text-2.0 and GHC 9.4.
- Allow megaparsec-9.2 and GHC 9.2.
- Allow bytestring-0.11.
- Allow megaparsec-9.0.
- Drop support for GHC 7.10.
- Support GHC 8.10.
- Include test output files in source release.
- Rewrite file parser with Megaparsec instead of Attoparsec for better error messages. No expected change in functionality except possibly in pathological cases.
- Fix GHC 7.10 build by depending on package fail.
- Provide a MonadFail instance for Parser. This fixes a PostgREST compile failure with GHC 8.8.3.
- Relax bounds to support GHC 8.8.3.
- Include another missing test data file.
- Lower bounds to support GHC 7.10.3.
- Include test data to fix tests.
- Include README.md in release.
- First version.