[Haskell-cafe] Re: Win32 help please
John Ky
newhoggy at gmail.com
Sun Feb 4 23:12:06 EST 2007
Hi,
I tried as suggested:
> hsc2hs mywin32.hsc
> ghc -c -O -fffi mywin32.hs
which allows me to use ghci.
And if I add a main function, I can also do this:
> hsc2hs mywin32.hsc
> ghc -fffi mywin32.hs -package Win32
Thanks everyone for the help.
-John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070205/5ca1f2ac/attachment.htm
More information about the Haskell-Cafe
mailing list