
8 Jul
2009
8 Jul
'09
8:57 a.m.
On 08/07/2009 12:12, Andrea Vezzosi wrote:
the bug about ^C (http://hackage.haskell.org/trac/ghc/ticket/3317) doesn't look fixed to me, on amd64 linux.
saizan@astarte:~/cabal$ ~/bin/ghc --version The Glorious Glasgow Haskell Compilation System, version 6.10.3.20090628 saizan@astarte:~/cabal$ ~/bin/ghc --make foo.hs [1 of 1] Compiling Main ( foo.hs, foo.o ) Linking foo ... saizan@astarte:~/cabal$ ./foo ^Ca a b b ^C cat: -: Input/output error
saizan@astarte:~/cabal$
where foo.hs is the code from the ticket.
Looks like the fix was merged on 28/6, so the version you're trying doesn't have it. I just tried it with 20090702, and it seems to work there. Cheers, Simon