Hallo everybody!

I tried to compile for Profiling, but ghc-4.08 complained:

        Could not find interface file for `Prelude'
    in the directories ./*.hi
         c:/haskell/ghc-4.08/lib/imports/lang/*.p_hi
         c:/haskell/ghc-4.08/lib/imports/lang/*.p_hi
         c:/haskell/ghc-4.08/lib/imports/std/*.p_hi

 Could not find interface file for `ST'
    in the directories ./*.hi
         c:/haskell/ghc-4.08/lib/imports/lang/*.p_hi
         c:/haskell/ghc-4.08/lib/imports/lang/*.p_hi
         c:/haskell/ghc-4.08/lib/imports/std/*.p_hi

I discovered the files in c:/haskell/ghc-4.08/imports/std
an c:/haskell/ghc-4.08/imports/lang.

So ghc probably should look in:
$PREFIX/lib/imports/lang
$PREFIX/lib/imports/std
$PREFIX/imports/lang
$PREFIX/imports/std

Maybe you can fix that before too many people downloaded the Windows-version of
ghc-4.08.

But anyway, thanks for a new compiler!!!

Greetings,
Andreas Marth

Reply via email to