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
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
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 <-