Cabal vs. C++

Bulat Ziganshin bulat.ziganshin at gmail.com
Tue Feb 26 05:04:48 EST 2008


Hello Roman,

Tuesday, February 26, 2008, 11:38:36 AM, you wrote:

> What is the simplest way to build a Haskell project that uses a C++ 
> library?

i use the following:

ghc.exe --make -lstdc++ main.hs lib.o

where lib.cpp is compiled by g++

(of course it's not exactly what you've asked for)


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Libraries mailing list