Hi
A user asked:
---------------------------------------------------
I installed WinHugs on a Winodw Xp machine went into settings and set
the search path to be(shown exactly as :set is listing it).
Search path : -P.;{Hugs}\packages\*;c:\haskell
I am keeping my fact.hs files(well my one and only at this time) in c:\haskell.
Hugs> :load fact.hs
ERROR - Unable to open file "fact.hs"
Hugs> :load "c:\haskell\fact.hs"
Fact>
---------------------------------------------------
I realise that that isn't expected to work (the search path appears to
be only for modules not files), but I do wonder why not. An equivalent
feature request is:
:l List -- works fine
:l List.hs -- doesn't
Thanks
Neil
_______________________________________________
Hugs-Bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/hugs-bugs