Re: [Haskell-cafe] X Haskell Bindings

2008-08-18 Thread David Roundy
On 8/16/08, Antoine Latter [EMAIL PROTECTED] wrote: The following is a summary of my plan so far. I'm interested in hearing any suggestions or concerns about what a Haskell library for writing X clients should look like. This is not a release announcement, and I can't make any promises

Re: [Haskell-cafe] X Haskell Bindings

2008-08-17 Thread Spencer Janssen
On Sat, Aug 16, 2008 at 04:07:25PM -0500, Antoine Latter wrote: Haskellers, I'm slowly porting XCB (the X C Bindings) to Haskell, and I would like input from any interested parties. The following is a summary of my plan so far. I'm interested in hearing any suggestions or concerns about

Re: [Haskell-cafe] X Haskell Bindings

2008-08-17 Thread Brandon S. Allbery KF8NH
On 2008 Aug 17, at 20:34, Spencer Janssen wrote: On Sat, Aug 16, 2008 at 04:07:25PM -0500, Antoine Latter wrote: Since the request to create a window has so many parameters, these parameters are all wrapped up into a CreateWindow data type, which is only ever used by the createWindow function.

[Haskell-cafe] X Haskell Bindings

2008-08-16 Thread Antoine Latter
Haskellers, I'm slowly porting XCB (the X C Bindings) to Haskell, and I would like input from any interested parties. The following is a summary of my plan so far. I'm interested in hearing any suggestions or concerns about what a Haskell library for writing X clients should look like. This is