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