[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: > > &

Re: [Haskell] Re: Network Exception

2005-10-13 Thread Arias
ish x) Stephane Bortzmeyer escribió: 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 compile

[Haskell] Network Exception

2005-10-13 Thread Arias
Hi, My name Iván Arias, I'm trying to connect to a server using the Network library, the code that I'm using is something like this: --- BEGIN --- module Main where import System.IO import Network main = withSocketsDo $ do handle <- connectTo "localhost" ( PortNumb