composewell / unicode-transforms

Fast Unicode normalization in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHC 9.2.1 support

DrewFenwick opened this issue · comments

The ghc-prim and text bounds need to be bumped to build on GHC 9.2.1

The test suite however is help up by generics-sop via getopts-generics, see:

Thank you for opening the issue and getting this to our notice.
I will get unicode-transforms working with GHC 9.2.1 once the mentioned issues are resolved.

If the need is urgent and you have any suggestions for the time being, please let me know.

getopt-generics is not even being used in unicode-transforms, it is a spurious dependency. It was used earlier but at some point the code was removed and it became redundant.

The dependency has been removed in master. GHC 9.2.1 is supported now.