Problem with using BNF converter tool

2004-02-16 Thread robin abraham
Hi all, I am sending this here and not to the bugs list under the assumption that I am doing something wrong... I am trying to use the BNF converter tool. When I try it on simple examples, the first step (generation of the .y and .x files) goes through. When I run happy on the generated .y fil

Re: Network problem with ghc on WinXP

2004-01-29 Thread robin abraham
together. Alternatively, use intToPortNumber >to translate between Int and PortNumber. > >hth >--sigbjorn > >- Original Message - >From: "robin abraham" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 28, 2004 21:57 >

Network problem with ghc on WinXP

2004-01-28 Thread robin abraham
Hi, I have ghc-6.0.1 on WinXP and Solaris. I have a simple echo server (server.hs given below) and client (client.hs given below) and I encounter the following: 1) server.hs compiled and running on Solaris: a) client.hs (Solaris) can connect. b) client.hs (WinXP) cannot connect. c) tel