
Hi I have filed bug http://hackage.haskell.org/trac/ghc/ticket/3081 to track this issue, marking it as effecting Windows only. Thanks Neil On Fri, Feb 27, 2009 at 8:45 AM, Philip K.F. Hölzenspies
On Friday 27 February 2009 09:39:14 Neil Mitchell wrote:
It looks like you are running in GHCi, which I think works. It's only when the program is compiled and run from the command line (Cygwin or DOS) that I get the above problem.
Dear Neil,
You were right. When I do compile it, though, I get the same (correct) behaviour (now I pressed Ctrl-C the first run and let it be for the second):
holzensp@ewi1043:~/tmp> ghc Test.hs holzensp@ewi1043:~/tmp> ./a.out goodbye holzensp@ewi1043:~/tmp> ./a.out goodbye holzensp@ewi1043:~/tmp>
This is on Linux, though, so it may also be OS-dependent.
Regards, Philip