Currently importing PrelGHC does not work if -O is used, e.g. when
compiling hslibs:

../../ghc/driver/ghc-inplace -O -recomp -cpp -optC-fglasgow-exts -fvia-C -Rghc-timing 
-I../../ghc/includes  -imonads -static -hisuf p_hi -O  -prof   -c Bits.lhs -o Bits.p_o 
-osuf p_o

Bits.lhs:13: Could not find valid [boot] interface file `Ix'

Bits.lhs:13:
    Failed to find interface decl for `Ix'
    from module `Ix'

Bits.lhs:13:
    Failed to find interface decl for `Ix'
    from module `Ix'

Compilation had errors


Should Ix somehow be added to PrelGHC.hi-boot? Don't know...

Cheers,
   Sven
-- 
Sven Panne                                        Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik                     FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen              Oettingenstr. 67
mailto:[EMAIL PROTECTED]            D-80538 Muenchen
http://www.informatik.uni-muenchen.de/~Sven.Panne

Reply via email to