> | > | No. "ghc --version" yields
> | > | 
> | > | The Glorious Glasgow Haskell Compilation System, version 
> | > | 4.04, patchlevel 0
> | > 
> | > You might be able to improve matters by changing all uses of
> | > fromInt to fromIntegral.  This is a known issue with 4.04.
> | 
> | If it's a known issue, what will be the *RIGHT* ghc-version 
> | to build ghc-4.06 without 
> | problems?
> 
> Did you try changing uses of fromInt to fromIntegral?  That
> should make it possible to make progress with 4.04pl1.
> We've used 4.04pl1 extensively to compile newer compilers,
> although on x86 and sparc-solaris only.

That was not the point. I think the compiler said "Module `GlaExts' does not export 
`fromInt'" 
because of the following import

#if __GLASGOW_HASKELL__ >= 404
import GlaExts          ( fromInt )
#endif

I commented this out in a couple of modules and will see...

Matthias Mann
JWG-Universität Frankfurt

Reply via email to