27 Nov
2007
27 Nov
'07
9:04 p.m.
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
6752
Age (days ago)
6752
Last active (days ago)
0 comments
1 participants
participants (1)
-
Neil Mitchell