
Hi, I notice that the readline package is missing from the Windows MSI build of GHC 6.0.1. Is this deliberate and/or a fundamental limitation of the Windows platform? Would I have to/be able to make my own Cygwin-based build to get it? Cheers, Ganesh

mingw (2.0.x) supplies a libreadline.a, but no header files to go with it,
which is why the readline package isn't being built (and shipped.) Hopefully
this will be fixed in a future release (of mingw.)
You can either go the route you suggest, or pick up a mingw port of
readline (there's a couple kicking about) and just compile up the readline
package.
hth
--sigbjorn
----- Original Message -----
From: "Ganesh Sittampalam"
Hi,
I notice that the readline package is missing from the Windows MSI build of GHC 6.0.1. Is this deliberate and/or a fundamental limitation of the Windows platform? Would I have to/be able to make my own Cygwin-based build to get it?
Cheers,
Ganesh
participants (2)
-
Ganesh Sittampalam
-
Sigbjorn Finne