Commit Graph

6 Commits

Author SHA1 Message Date
espie
6bec6cc34b WANTLIB markers 2004-11-23 11:22:00 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +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