The Binding Generator C->Haskell
: Release Notes
: Version 0.11.5 "Powder Snow"
Previous: Version 0.12.1 "Springtime"
Next: Version 0.10.17 "Altocumulus Stratiformis Perlucidus Undulatus"
7.4. Version 0.11.5 "Powder Snow"
- Bug fixes
- Constant expression can now contain enumerators
header
label removed from context
hooks
- WARNING: This version of
c2hs
may overwrite C
header files in the current directory. More precisely, if a binding module
with the name Foo.chs
is processed, a header file with the name
Foo.h
is generated and will overwrite any file of the same name in
the current directory or the directory specified via the -o
option.
- Added support for CPP directives, including special treatment of
conditions, and for inline C code; specification of a header file as an
argument to
c2hs
is now option.
- GHC line pragmas are emitted into
generated Haskell code
- Swap the order of reading the binding module and
the C header (i.e., we now read the binding module first)
The Binding Generator C->Haskell
: Release Notes
: Version 0.11.5 "Powder Snow"
Previous: Version 0.12.1 "Springtime"
Next: Version 0.10.17 "Altocumulus Stratiformis Perlucidus Undulatus"