Re: [Haskell-beginners] problem running yi on OS X

2009-09-10 Thread Jeff Wheeler
On Wed, Sep 9, 2009 at 10:50 PM, Richard Talley wrote: > I'm running OS X 10.5.8 on Intel. I installed GHC 6.10.4 and the Haskell > Platform 2009.2.0.2 with no problem (thanks to everybody who made this so > easy on OS X). > The yi editor seems very interesting, so I installed it with 'cabal ins

patch applied (yi): One focused tree per window

2009-09-10 Thread Jean-Philippe Bernardy
Thu Sep 10 18:20:33 EDT 2009 jeanphilippe.berna...@gmail.com * One focused tree per window Ignore-this: fb45ae8eb397ca639e2d06d9d659ef56 M ./src/Yi/Buffer/Implementation.hs -3 +3 M ./src/Yi/Buffer/Misc.hs -8 +7 M ./src/Yi/Core.hs -11 +9 M ./src/Yi/Editor.hs -1 +1 M ./src/

patch applied (yi): comments

2009-09-10 Thread Jean-Philippe Bernardy
Thu Sep 10 18:19:10 EDT 2009 jeanphilippe.berna...@gmail.com * comments Ignore-this: cebcd4cf7656e0c5611898b0cd65289f M ./src/Yi/Core.hs +3 M ./src/Yi/Editor.hs -2 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://g

Re: Adding Binary as a constraint to the Initializable class?

2009-09-10 Thread Jean-Philippe Bernardy
> specifically the module: > http://hackage.haskell.org/packages/archive/happstack-data/0.3.3/doc/html/Happstack-Data-Serialize.html I am still unsure that types can be recovered using this library. (In other words you need to know in advance what type to expect). Cheers, JP. --~--~-~--