
On Mon, 2009-01-26 at 11:41 +0100, Benedikt Huber wrote:
On 25.01.2009, at 17:36, Duncan Coutts wrote:
So if no more issues come up in the next few days I'll put a release out on hackage. Hi Duncan, I've just uploaded a minor release of language-c (0.3.1.1) to hackage, fixing some small bugs. I noticed the constraint language- c < 0.4.0 in c2hs - that's a good idea, I will keep it in mind for the next proper release.
Ok. It was just a guess about your versioning policy.
http://haskell.org/haskellwiki/Package_versioning_policy Thanks for the link - maybe something to put on the Hackage upload
On 27.01.2009, at 22:16, Duncan Coutts wrote: page ?
BTW: src/Language/C/Data/Ident.hs:49:19: Unrecognised pragma
You mean UNPACK not UNBOXED Thanks, this has been fixed recently, but accidently was not merged into 0.3.1.1. The performance impact is negligible, though.
If the patch is included, c2hs needs to depend on language-c-0.3.1.1 though.
Yep. Applied, thanks. Great, thank you.
benedikt