Compilation error
eagleflo opened this issue · 1 comments
eagleflo commented
Trying to compile helm-0.6.0 with cabal:
src/FRP/Helm.hs:222:108:
Couldn't match type ‘[Char]’
with ‘text-1.1.1.3:Data.Text.Internal.Text’
Expected type: glib-0.13.0.0:System.Glib.UTFString.DefaultGlibString
Actual type: String
In the ‘Pango.paFamily’ field of a record
In the expression:
Pango.AttrFamily
{Pango.paStart = i, Pango.paEnd = j, Pango.paFamily = textTypeface}
I'm using Gtk2Hs's glib and pango versions 0.13.
z0w0 commented
Looks like it might be an issue with the latest version of the pango bindings.