[Haskell-cafe] Compiling to C

2009-06-18 Thread Greg Santucci
Hi all, I'd like to call Haskell functions from C and receive its output as a string. Is compiling a Haskell program to C using ghc -C HaskellSource.hs the preferred method of doing this? Regards, Greg ___ Haskell-Cafe mailing list

[Haskell-cafe] Re: Compiling to C

2009-06-18 Thread Greg Santucci
Never mind, I Found The Manual. (FTFM) http://www.haskell.org/ghc/docs/latest/html/users_guide/win32-dlls.html On Fri, Jun 19, 2009 at 12:51 PM, Greg Santucci thecodewi...@gmail.comwrote: Hi all, I'd like to call Haskell functions from C and receive its output as a string. Is compiling