Hi folks,<div><br></div><div>I&#39;m using System.IO.getLine to read input in my program. I&#39;ve compiled it on Windows Vista with ghc-6.10.1. I&#39;ve noticed that if I press Ctrl+C while the program is waiting for input, it will get stuck. No keypresses can get me out of the program - I have to kill the shell. I&#39;ve tried cmd.exe, Powershell and cygwin - same behavior.</div>
<div><br></div><div>I&#39;m sure editline would work better, but it&#39;s overkill. I just want to read lines of text and don&#39;t need fancy edit behavior. And I think editline complicates the build process. I also want my program to work right in non-interactive mode, reading redirected input.</div>
<div><br></div><div>Am I missing something?</div><div><br></div><div>Thanks,</div><div>Lyle</div>