devel/hs-ghcprofview: unbreak with gobject-introspection 1.76
GI/GLib/Functions.hs:5085:34: error:
• Couldn't match type ‘Char’ with ‘CInt’
Expected: Ptr CInt
Actual: Ptr Char
• In the first argument of ‘g_unicode_canonical_ordering’, namely
‘string'’
In a stmt of a 'do' block: g_unicode_canonical_ordering string' len
In the second argument of ‘($)’, namely
‘do let len = fromIntegral $ length string
string' <- packStorableArray string
g_unicode_canonical_ordering string' len
freeMem string'
....’
|5085 | g_unicode_canonical_ordering string' len
| ^^^^^^^
PR: 270405
Reported by: antoine (via exp-run)