ANN: C->Haskell 0.9.9 "Blue Ginger"

Manuel M. T. Chakravarty chak@cse.unsw.edu.au
Tue, 28 Aug 2001 00:39:13 +1000


I am pleased to announce version 0.9.9 "Blue Ginger" of the
C interface generator C->Haskell.  Among bug fixes, the
system includes the following features wrt to the previous
release:

  * Sizeof hooks (to compute the size of C types in Haskell)
  * Local prefix for enum hooks
  * Pointer hooks (abstract pointers, foreign pointers, and
    stable pointer)
  * Support for parametrised pointers 
  * Extended documentation including a description of all
    binding hooks 
  * Deriving option for enum hooks
  * Adapted to GHC 5.0

This release greatly benefitted from code contributions by
Armin Sander and Axel Simon.  Moreover, a number of people
have been very helpful in reporting and, in some cases,
fixing bugs.  Thanks guys!

More information as well as source and binary packages are
available from

  http://www.cse.unsw.edu.au/~chak/haskell/c2hs/

Happy Hacking!
Manuel