System.Info.os

Simon Marlow simonmar at microsoft.com
Fri Nov 11 07:42:59 EST 2005


On 11 November 2005 12:21, Neil Mitchell wrote:

>> mingw32 is the only native Windows build we have right now, but it's
>> not inconceivable that we might have an even-more-native build in the
>> future, by bypassing mingw32 altogether.
> The Windows build might be made using mingw32, but it runs natively
> without relying on mingw32, as far as I can tell. It certainly runs on
> my windows OS without having mingw32 installed (other than the bits
> ghc installes additionally).
>
> The WinHugs is now a genuinely 100% Windows build, using Visual Studio
> - only the libraries are preprocessed under Mingw32.

You can tell the difference if you try to foreign import something
provided by the mingw32 libraries (eg. libmingwex.a).  How does this
work with WinHugs?
 
Cheers,
	Simon


More information about the Cvs-hugs mailing list