- Support GHC 9.4 and 9.6: allow
base 4.18
andghc-prim 0.10
- Support
unicode-data 0.4
- Support
text-icu == 0.8.*
in tests - Support
unicode-data == 0.3.*
- Bump
unicode-data
to0.2
- Allow
text 2.0
- Update to Unicode version 14.0.0
- Drop support for GHC 7.10
- Allow
ghc-prim 0.7
- Extract
unicode-data
into its own package - Depend on the latest stable
text
- Fix x32 build
- Significant performance improvements
- Update to Unicode version 13.0.0
- Update to Unicode version 12.1.0
- Update Quickcheck dependency version bounds
- Test with GHC 8.6.5
- Update dependency version bounds
- Test with GHC 8.6.2
- GHC 8.4.1 support
- GHC 8.2.1 support
- Work around a GHC/LLVM issue for ARM
- Update dependency versions
- Support Unicode version 9.0
- Improve speed and resource hog during compilation
- Support Unicode version 8.0
- Switch to pure Haskell implementation
- Initial release based on utf8proc C implementation