Stephen Eldridge <[EMAIL PROTECTED]> writes:
> The appended file used with hugs98-980121 under Windows95 or NT4
> (where I've used the suggested hugs.reg but not hugsopts.reg)
> loads satisfactorily but runhugs gives the following message
> runhugs: lookupName: invalid module

> module Test where
> 
> [...]
> main :: IO ( )
> main = processLines
>          (\s -> putStrLn (replicate (length s) 'z'))

runhugs looks for Main.main which isn't defined by this module.
The error message could easily be improved.

--
Alastair Reid        [EMAIL PROTECTED]        http://www2.cs.utah.edu/~reid/

Reply via email to