packages feed

hedn-0.2.0.0: CHANGELOG.md

# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0.0] - 2019-01-18

### Changed

- Complete rewrite in Megaparsec.
- Text types changed to, well, `Text`
- Document  with `prettyprinter`
- Test suite changed to Hedgehog
- Code repository moved to GitLab

### Removed

- GHC < 8.0 (Stackage LTS < 7) aren't supported due to Semigroup-Monoid changes.

## [0.1.9.1] - 2018-12-03

### Changed

- GHC 8.4 compatibility fixes

## [0.1.9.0] - 2018-04-05

### Fixed

- `<` and `>` are valid for symbols and keywords.

## [0.1.8.2] - 2016-05-14

### Changed

- Use compat wrappers to handle GHC from 7.4 to 8.0.

### Removed

- Drop obsolete `developer` flag.

## [0.1.8.1] - 2015-10-08

### Fixed

- Update dependencies, fix deprecations, time-1.5 compat.

## [0.1.8.0] - 2013-11-29

### Fixed

- Use utf8-string parsing for unicode literals.

[0.2.0.0]: https://gitlab.com/dpwiz/hedn/tree/0.2.0.0
[0.1.9.1]: https://gitlab.com/dpwiz/hedn/tree/0.1.9.1
[0.1.9.0]: https://gitlab.com/dpwiz/hedn/tree/0.1.9.0
[0.1.8.2]: https://gitlab.com/dpwiz/hedn/tree/0.1.8.2
[0.1.8.1]: https://gitlab.com/dpwiz/hedn/tree/0.1.8.1
[0.1.8.0]: https://gitlab.com/dpwiz/hedn/tree/0.1.8.0