
On the C->Haskell web site http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ you can now find source release 0.13.1. It features the following: * The issue with 'sys/sysmacros.h' in new version of glibc that Jens Petersen reported is fixed. * The space leak identified by Duncan Couts has been fixed. * The generated code conforms to the H98 Addendum 1.0 (also in its treatment of `ForeignPtr's). Manuel

Manuel M T Chakravarty wrote:
* The issue with 'sys/sysmacros.h' in new version of glibc that Jens Petersen reported is fixed.
* The space leak identified by Duncan Couts has been fixed.
* The generated code conforms to the H98 Addendum 1.0 (also in its treatment of `ForeignPtr's).
Great, thanks. :) I just built an rpm package and uploaded it to http://haskell.org/~petersen/rpms/c2hs/?C=M;O=D Jens ps One day it will be an apt repo if it doesn't get merged into Fedora Extras before that... ;)
participants (2)
-
Jens Petersen
-
Manuel M T Chakravarty