Hi,
It looks like my last post to the list got messed up somehow.
I want to build a Cabal package that contains some Haskell files and one C++ 
file, which contains C wrappers around C++ code.  I would like to compile the 
C++ file with a makefile, and do everything else (build, install, register, 
unregister) through Cabal.  However, Distribution.Simple.Build.build will only 
build and link HS and C files; there's no way to link object files into the 
library.
Is there a reason not to add this feature?  Where should the list of object 
files go?  I can add it as a new field of BuildInfo, or make it another 
parameter of build.
-Chris
_________________________________________________________________
Windows Live™ SkyDrive™: Get 25 GB of free online storage.
http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_SD_25GB_062009
_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to