13 Mar 2012 17:06
Re: GHC 7.4+ rts_evalIO and Hackage glib-0.12.2
John Lato <jwlato <at> gmail.com>
2012-03-13 16:06:02 GMT
2012-03-13 16:06:02 GMT
> From: Johan Holmquist <holmisen <at> gmail.com> > Hi, > > glib-0.12.2 on Hackage is faulty(?). It doesn't play well with GHC.7.4. > > I see that this has been fixed in repository > (http://code.haskell.org/gtk2hs/glib/System/Glib/hsgclosure.c) but not > released to Hackage. Earlier references to this problem seem old now, > so I wonder what the holdup is? glib-0.12.3, which includes this fix, is available on Hackage (did you run "cabal update"?) although there is one issue I had when installing it. cabal-install seems to prefer re-using an existing glib-0.12.2 rather than pulling down the new glib-0.12.3, so to make it work I had to do: cabal install gio --constraint="glib == 0.12.3" cabal install gtk --constraint="glib == 0.12.3" Sincerely, John L. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d(Continue reading)
regards
/Johan
2012/3/13 John Lato <jwlato <at> gmail.com>:
>> From: Johan Holmquist <holmisen <at> gmail.com>
>
>> Hi,
>>
>> glib-0.12.2 on Hackage is faulty(?). It doesn't play well with GHC.7.4.
>>
>> I see that this has been fixed in repository
>> (
RSS Feed