Re: getProgName behaviour...

2001-10-13 Thread Sigbjorn Finne
Peter Strand [EMAIL PROTECTED] writes: Why does getProgName in the System module in ghc return only the program name and not the invoked path? The library report states Computation getProgName returns the name of the program _as it was invoked_ and both nhc and hbc behaves as one(?)

Re: catchAllIO

2001-10-13 Thread Marcin 'Qrczak' Kowalczyk
12 Oct 2001 12:15:16 Z, Steinitz, Dominic J [EMAIL PROTECTED] pisze: Can anyone help? catchAllIO seems to live in Exception but I can't find it in the documentation 4.12. Exception. It's deprecated, replaced by Exception.catch. -- __( Marcin Kowalczyk * [EMAIL PROTECTED]

problems with ghc-5.02 Socket module (SunOS)

2001-10-13 Thread Johannes Waldmann
what am I doing wrong? it worked before ... this program module Main (main) where import IO import Socket main = do h - connectTo theopc.informatik.uni-leipzig.de ( PortNumber $ ) putStrLn connected hClose h results in Fail: invalid argument Action: