[Haskell] ANNOUNCE: hs-json-rpc 0.0.0.1

2012-02-09 Thread ARJANEN Loïc Jean David
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

Re: [Haskell] [Haskell-cafe] ANNOUNCE: system-filepath 0.4.5 and system-fileio 0.3.4

2012-02-09 Thread John Meacham
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

Re: [Haskell] [Haskell-cafe] ANNOUNCE: system-filepath 0.4.5 and system-fileio 0.3.4

2012-02-09 Thread Ian Lynagh
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

Re: [Haskell] ANNOUNCE: jhc-0.8.0

2012-02-09 Thread John Meacham
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

Re: [Haskell] ANNOUNCE: jhc-0.8.0

2012-02-09 Thread Sergei Trofimovich
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

Re: [Haskell] [Haskell-cafe] ANNOUNCE: system-filepath 0.4.5 and system-fileio 0.3.4

2012-02-09 Thread John Meacham
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