generalCategory contains a huge literal string, but is marked INLINE
In module GHC.Unicode.Internal.Char.UnicodeData.GeneralCategory
As the ticket says, generalCategory contains a huge literal string but is marked INLINE, this will duplicate the string into any use site of generalCategory.
In any case, it might be more sensible to put this massive string (which I don't know what it does) into a C file rather than have it a big literal string.