- Remove support for GHC 8.10 to 9.0 inclusive
text-display
is now backed bytext-builder-linear
- Manual instances will need some adjustments
- As a result of the builder's strictness properties, lazy evaluation of lists is dropped
- Derived instances should not require adjustments
- Allow GHC 9.6.4 and 9.8.2
- Allow bytestring 0.12 (for GHC 9.8) #58
- Add Generic machinery (GDisplay1) and RecordInstance newtype for deriving via (#52)
v0.0.3.0 - 21/08/2022
This is an experimental release.
- Support for text-2.0
- Support for GHC 9.4
v0.0.2.0 – 13/03/2022
This is an experimental release.
- Typo corrections, documentation improvements
- Fix the String instance (#17)
- Bump dependencies
v0.0.1.0 – 2/11/2021
This is an experimental release.
- Initial release