Commit Graph

4 Commits

Author SHA1 Message Date
kili
089e8323db Update to 0.15.0 and unbreak. 2007-11-18 16:30:36 +00:00
dons
93e06028d1 Update devel/c2hs. All our patches have gone upstream :) 2005-03-25 05:53:21 +00:00
dons
df59dba23b . Have c2hs-config return the right -package flags
. Keep the version number in lib/c2hs-${V}
. Add haskell package "lang" as a dependency

ok pvalchev@
2004-05-09 07:46:12 +00:00
dons
d1011d2804 Import C->Haskell (c2hs)
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries.  The tool processes existing C
header files that determine data layout and function signatures on the
C side, in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell
code signal access to C structures and functions; they are expanded by
the interfacing tool in conjunction with information in the
corresponding C header file. 

ok pvalchev@
2004-05-08 07:21:03 +00:00