haskell / text-icu

This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
BSD 2-Clause "Simplified" License
47 stars 41 forks source link

Bump CI to GHC 9.10.0; drop support for GHC 7 #101

Closed andreasabel closed 6 months ago

andreasabel commented 6 months ago

Minimum version is now GHC 8.0 (base-4.9). Bumped upper bound of time for GHC 9.10. Removed duplicate bounds from cabal file: bounds in library need not be repeated in testsuite.

CI uses the ghcup install method now everywhere which is less flaky than apt.

andreasabel commented 6 months ago

CI passes.

vshabanov commented 6 months ago

Thank you, merged.