Alex Verbitsky <[EMAIL PROTECTED]> writes:
>
> I'm trying to build pre-GHC-4.00/2 on Cygwin B19 with GHC-3.03.
> I get the following error:
>
...
>
> Glasgow Haskell Compiler, version3.03, for Haskell 1.4
>
> PrimPacked.lhs:135: Data constructor not in scope: `ForeignObj'
>
> PrimPacked.lhs:256: Data constructor not in scope: `ForeignObj'
>
>
> Compilation had errors
>
Yep, the pre-4.00 sources are not compatible with 3.03 in a couple
of minor (but crucial) ways, I'm afraid. The release of ghc-4.00,
which fixes this prob., is only days away though.
--Sigbjorn