Re: Win-GHC with GnuWin32 toolset--Mingw32 replacement

Simon Marlow <[email protected]> Tue, 09 Jan 2007 08:56:16 +0000
Newsgroups gmane.comp.lang.haskell.cvs.all,gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Peter Tanski wrote:
> The only other tools  
> required would be a Windows-native version of Readline--not because  
> ghci can't be built using the Mingw version but because the GHC  
> producing the Windows version will be using lib.exe to link.

Readline isn't necessary - we currently build GHCi without readline on Windows.

Cheers,
	Simon