Re: [Gtk2hs-devel] ghc-7.6 compatibility

2012-11-03 Thread wagnerdm
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)

Re: [Gtk2hs-devel] ghc-7.6 compatibility

2012-09-29 Thread Dmitry Vyal
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.