Re: Hugs on Windows, FFI
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 09, 2005 at 02:12:51PM +0100, Neil Mitchell wrote: > Using gcc, how would I get it done using Visual Studio? Ah, I forgot you said "make check". You could run the VS-generated programs through the tests in tests\ffi by hand: ffihugs Types.hs types_aux.c ffihugs Forms.hs forms_aux.c ffihugs Sin.hs hugs Sin.hs Hugs> tests ffihugs String.hs hugs String.hs Hugs> tests ffihugs Sparc.hs runhugs Sparc.hs ffihugs Callback.hs callbacks.c runhugs Callback.hs