hsc2hs: A preprocessor that helps with writing Haskell bindings to C code

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The hsc2hs program can be used to automate some parts of the process of writing Haskell bindings to C code. It reads an almost-Haskell source file with embedded special constructs, and outputs a real Haskell file with these constructs processed, based on information taken from some C headers. The extra constructs provide Haskell counterparts of C types, values of C constants, including sizes of C types, and access to fields of C structs.

For more details, see the hsc2hs section in the GHC User's Guide.

Properties

Versions 0.67.20061107, 0.67.20120610, 0.68, 0.68.1, 0.68.2, 0.68.3, 0.68.4, 0.68.6, 0.68.7, 0.68.8, 0.68.8, 0.68.9, 0.68.10
Change log changelog.md
Dependencies base (>=4.3.0 && <4.17), containers (>=0.4.0 && <0.7), directory (>=1.1.0 && <1.4), filepath (>=1.2.0 && <1.5), process (>=1.1.0 && <1.7) [details]
License BSD-3-Clause
Copyright 2000, Marcin Kowalczyk
Author Marcin Kowalczyk <qrczak@knm.org.pl>
Maintainer ghc-devs@haskell.org
Category Development
Bug tracker https://github.com/haskell/hsc2hs/issues
Source repo head: git clone https://github.com/haskell/hsc2hs.git
Uploaded by BenGamari at 2021-11-03T23:43:02Z

Flags

Manual Flags

NameDescriptionDefault
in-ghc-tree

Are we in a GHC tree?

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees