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

Fix #60: restore build with GHC 7.10 - 8.8 #61

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Fix #60: restore build with GHC 7.10 - 8.8

vshabanov commented 2 years ago

Thank you! Those extensions are not that important to break compatibility with older GHC versions. Not sure about 7.x (does anybody still use it?), but 8.x must be supported.

andreasabel commented 2 years ago

Thanks for the quick action!

Not sure about 7.x (does anybody still use it?)

I don't know (Ubuntu LTS 18.04 is on GHC 8.0.2);;; but as long as it is no effort, I think GHC 7.10 can be supported as well. (I am maintaining some old packages, so I have all major GHCs from 7.0 installed...)