Hi Greg,

Good analysis so far.  I think you're close to this one.

Based on what you said, I looked at Compat.Unicode and there is indeed a type error in this foreign call:

foreign import ccall unsafe "u_gencat"
  wgencat :: CInt -> Int

The return type should be CInt, not Int. Try changing that and see if it helps. You might need to add some fromIntegrals.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to