Quoting John Lato :
> I've attached a minimal patch bundle which I believe adds ghc-7.6
> compatibility to gtk2hs
Applied, thanks a lot!
I had a go at unifying all these declarations by adding something like
type family WrapperFor ft
type instance WrapperFor (FunPtr ft) = ft -> IO (FunPtr ft)
On 09/26/2012 05:25 AM, John Lato wrote:
> Hello,
>
> I've attached a minimal patch bundle which I believe adds ghc-7.6
> compatibility to gtk2hs
>
Many thanks! Compiles and works with ghc-7.6.1, gtk-2.24 on Ubuntu-12.04.