[Haskell] Re: Network Exception

2005-10-13 Thread Arias
I've tryed to connect using the telnet and it connects properly, I've try also with another servers/ports and it allways throws the exception > On Thu, Oct 13, 2005 at 12:18:44PM +0200, > Arias <[EMAIL PROTECTED]> wrote > a message of 35 lines which said: > > > In the port 8080 I have apache

[Haskell] Re: Network Exception

2005-10-13 Thread Stephane Bortzmeyer
On Thu, Oct 13, 2005 at 12:18:44PM +0200, Arias <[EMAIL PROTECTED]> wrote a message of 35 lines which said: > In the port 8080 I have apache listening, so the server and port is > correct. Excuse me but I prefer actual tests to claims. "telnet localhost 8080". (Apache may be listening only on

Re: [Haskell] Re: Network Exception

2005-10-13 Thread Arias
I'm using GHC version 6.4.1. In the port 8080 I have apache listening, so the server and port is correct. I send the code to a pair of friends, one of them said that it works, the other one had the same matter than me, both using the GHC compiler version 6.4. PD: Excuse my english x) Stepha

[Haskell] Re: Network Exception

2005-10-13 Thread Stephane Bortzmeyer
On Wed, Oct 12, 2005 at 07:34:33PM +0200, Arias <[EMAIL PROTECTED]> wrote a message of 25 lines which said: > It compiles correctly, but when I try to run this code, it throws an > exception at connectTo. The exception's message is: Which compiler? I get a "does not exist" with ghc if the host