On Wed, Jan 21, 2009 at 11:02 PM, Salvatore Insalaco <[email protected]> wrote: > On Wed, Jan 21, 2009 at 6:50 PM, Judah Jacobson > <[email protected]> wrote: >> Wed Jan 21 09:24:22 PST 2009 Judah Jacobson <[email protected]> >> * Resolve issue1292: re-encode line input from the Haskeline backend. >> This patch bumps dependencies to haskeline-0.6.* (which provides the >> required >> functionality) and terminfo-0.3.* (which is required by that version of >> Haskeline). Haskeline is also enabled by default now that non-ASCII >> line input > > Thank you Judah! > Unfortunately I think that there could be a problem: last time I > checked, terminfo didn't compile on Windows without all the configure > / make stuff. Maybe they fixed it by now, I'll check it later today.
The terminfo dependency is only relevant for POSIX systems; Haskeline doesn't use terminfo on Windows. So this shouldn't be an issue, but yell if you run into any problems building Haskeline or darcs with this patch. -Judah _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
