GPL-2.0-only licensed by Manuel M T Chakravarty
This version can be pinned in stack with:c2hs-0.28.8@sha256:7afc88133bd244e4a8fc483363a849bdb91e1b8587508e3524baae84e4ec32b8,9397

Module documentation for 0.28.8

There are no documented modules for this package.

C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsc2hs), this ensures that C functions are imported with the correct Haskell types.

Changes