Re: [Haskell] GHC binary for Cygwin

2004-03-19 Thread Thomas Hallgren
Thomas Hafner wrote: Are somewhere GHC binaries for Cygwin available? I tried to cross compile from Linux, but didn't succeed. Maybe one want to answer me: ``Why is a cygwin port needed? There's already a great MS W port!'', but: ... In a ``pure'' Cygwin port all system calls should go through the

[Haskell] GHC binary for Cygwin

2004-03-19 Thread Thomas Hafner
Are somewhere GHC binaries for Cygwin available? I tried to cross compile from Linux, but didn't succeed. Maybe one want to answer me: ``Why is a cygwin port needed? There's already a great MS W port!'', but: * darcs, that I'm interested in, is available as Haskell sources. * For I can't use cmd.e

RE: [Haskell] COM port IO on a Windows machine?

2004-03-19 Thread Peter Pudney
Axel, Thanks for your reply. But I am still having problems. I have written a short script to test the serial IO: > module SerialIO where > import IO > test :: IO () > test >= do >com2 <- openFile "COM2" ReadWriteMode >hSetBuffering com2 LineBuffering >isOpen <-