Hi,

`hugs' and `runhugs' seem to have different ideas about from which file
to load a module. 

When I have a Main module

\begin{code}
module Main where

import Test2(test)

main = putStr test
\end{code}

and there exists a version of the module `Test2' in a file
`Test2' and another version in a file `Test2.hs',
then `hugs' loads the `Test2'-version, whereas `runhugs' says:


Test 252) runhugs Test.lhs
Hugs Error:
 

Btw, is there a simple patch to make `runhugs' give non-empty error
messages? (Probably an old question, but the archive of `hugs-bugs'
doesn't exist yet).


Olaf

PS: I'm using Version 970410

-- 
OLAF CHITIL, Lehrstuhl fuer Informatik II, RWTH Aachen, 52056 Aachen,
Germany
             Tel: (+49/0)241/80-21212; Fax: (+49/0)241/8888-217
             URL: http://www-i2.informatik.rwth-aachen.de/~chitil/

Reply via email to