[Haskell-cafe] Re: ANN: bindings-DSL 1.0.4 (Category: FFI)

2010-01-28 Thread Maurí­cio CA
>> Here is my attempt. I added #callconv macro, that accepts >> a calling convention parameter. The lines below are now >> equivalent. > Builds fine here and looks reasonably fine. Okay. Package uploaded, documentation updated. Best, Maurício ___ Ha

Re: [Haskell-cafe] Re: ANN: bindings-DSL 1.0.4 (Category: FFI)

2010-01-28 Thread Lars Viklund
On Thu, Jan 28, 2010 at 09:36:42PM -0200, Maurí­cio CA wrote: > > The only thing I've missed for now is a #ccall equivalence > > for "stdcall" functions, I hacked one up myself and called it > > #stdcall, but it would be nice to have in the package proper if > > possible. > Here is my attempt. I ad

[Haskell-cafe] Re: ANN: bindings-DSL 1.0.4 (Category: FFI)

2010-01-28 Thread Maurí­cio CA
>> http://hackage.haskell.org/package/bindings-DSL >> http://bitbucket.org/mauricio/bindings-dsl > The only thing I've missed for now is a #ccall equivalence > for "stdcall" functions, I hacked one up myself and called it > #stdcall, but it would be nice to have in the package proper if > pos