On 12 July 2005 13:32, Volodimir Rudenko wrote: >> simonmar 2005/07/12 02:42:59 PDT >> >> Modified files: >> ghc/includes StgMiscClosures.h >> Log: >> declare stg_returnToSchedNotPaused (forgot to commit this >> yesterday) >> >> Revision Changes Path >> 1.62 +1 -0 fptools/ghc/includes/StgMiscClosures.h > > Also, you need to add to fptools/ghc/compiler/ByteCodeItbls.lhs > >> import Constants (wORD_SIZE) > > for stage2 to build. But then:
Yes, I've now fixed that. Thanks. > ___ ___ _ > / _ \ /\ /\/ __(_) > / /_\// /_/ / / | | GHC Interactive, version 6.5, for Haskell > 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ > \____/\/ /_/\____/|_| Type :? for help. > > Loading package base-1.0 ... linking ... done. > Prelude> :i GHC.Base.Int# > data GHC.Prim.Int#*** Exception: No match in record selector > TyCon.tyConTyVars Prelude> This looks like a new bug, thanks for reporting it. Cheers, Simon _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
