[wxhaskell-users] ANNOUNCE: Data Binding

2011-06-15 Thread Gideon
I am pleased to announce the first release of the data binding framework for Haskell [1]. The binding-core package [2] is a library for binding mutable data and lists to IO objects. binding-gtk [3] and binding-wx [4] are convenient wrappers for binding to Gtk2Hs and WxHaskell respectively.

Re: [wxhaskell-users] [wxhaskell-devel] Haskell Platform roadmap?

2011-06-15 Thread Eric Kow
On Tue, Jun 14, 2011 at 23:36:37 +0100, Jeremy O'Donoghue wrote: - Target leads for Linux, Mac and Windows. Responsible for building tip code for their platforms and providing fixes when it breaks. In the case of Mac and Linux, extra points if you can make things work using the

[wxhaskell-users] wxHaskell for Haskell Platform 2011.2.0.1

2011-06-15 Thread Eric Kow
Hi all, With green light from maintainer Jeremy O'Donoghue, I've uploaded a trivial update to wxHaskell, relaxing the dependencies so that it builds with the latest Haskell Platform and does not try to install other versions of packages. What is wxHaskell?