Dear Haskellers,
I am happy (and slightly intimidated) to present my first Haskell project: hs-
json-rpc, a JSON-RPC library written in Haskell.
It is inspired by HaXR and its use is, I hope, simple.
It supports JSON-RPC versions 1 and 2 with HTTP POST as transport. It may in
the future support
On Thu, Feb 9, 2012 at 11:23 AM, Ian Lynagh wrote:
> On Thu, Feb 09, 2012 at 04:52:16AM -0800, John Meacham wrote:
>>
>> Since CSigSet has "sigset_t" associated with it, 'Ptr CSigSet' ends up
>> turning
>> into 'sigset_t *' in the generated code. (Ptr (Ptr CChar)) turns into char**
>> and so fort
On Thu, Feb 09, 2012 at 04:52:16AM -0800, John Meacham wrote:
>
> Since CSigSet has "sigset_t" associated with it, 'Ptr CSigSet' ends up turning
> into 'sigset_t *' in the generated code. (Ptr (Ptr CChar)) turns into char**
> and so forth.
What does the syntax for associating sigset_t with CSigSe
Thanks. I have included your patch.
However the ultimate root cause of the Options.hs is not that it isn't
being included, it is under drift_processed/Options.hs, the issue is
that the Makefile still seems to think it needs the original at least
for you for some reason and isn't using the drift_pr
On Tue, 7 Feb 2012 20:03:20 -0800
John Meacham wrote:
> I am happy to announce jhc 0.8.0
>
> There have been A lot of major changes in jhc with this release.
>
> - http://repetae.net/computer/jhc
Hi John!
Release tarball is missing src/Options.hs file. Sent a patch via 'darcs send'.
] hunk
On Wed, Feb 8, 2012 at 10:56 AM, Ian Lynagh wrote:
> That sounds right. It basically means you don't have to write the C
> stubs yourself, which is nice because (a) doing so is a pain, and (b)
> when the foreign import is inside 2 or 3 CPP conditionals it's even more
> of a pain to replicate them