At 11:07 +0000 97/11/18, Pablo R. Azero wrote:
>> I'd guess that the problem is in the file {Hugs}/lib/hugs/Haskore.hs
>> which reads:
>>
>>   -- This grabs all of Haskore
>>
>>   module Haskore(module HaskoreLoader) where
>>
>>   import "../Haskore/src/HaskoreLoader" as HaskoreLoader
>
>The problem is that the path is "hard encoded", if you replace the
>previousline
>by:
>    import HaskoreLoader
>and issue:
>  Hugs> :set -P:lib;:lib:hugs;:lib:Haskore:src;:lib:exts
>setting the path to the corresponding directories, then the
>problem is solved, Haskore loads without problems. I don't know
>if it works, it should.

  Also move the file "lib/hugs/Haskore.hs" to the directory where Hugs is
started; then just load Haskore by ":l Haskore".

-- There appears to be a bug in Hugs producing funny filenames on a Mac,
giving a load error.

  Hans Aberg
                  * Email: Hans Aberg <mailto:[EMAIL PROTECTED]>
                  * AMS member listing: <http://www.ams.org/cml/>


Reply via email to