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.
sai...@astarte:~/cabal$ ~/bin/ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.3.20090628
sai...@astarte:~/cabal$ ~/bin/ghc --make foo.hs
[1 of 1] Compiling Main ( foo.hs, foo.o )
Linking foo ...
sai...@astarte:~/cabal$ ./foo
^Ca
a
b
b
^C
cat: -: Input/output error
sai...@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
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users