Re: [nightly] 25-Sep-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 25/09/2012 20:27, GHC Build Reports wrote: > compiler/main/HscMain.hs:1466:44: > Not in scope: type constructor or class `Id' > Perhaps you meant one of these: > `IO' (imported from Prelude), `IE' (imported from HsSyn) > > compiler/main/HscMain.hs:1477:36: > Not in scope: type constructor or class `Id' > Perhaps you meant one of these: > `IO' (imported from Prelude), `IE' (imported from HsSyn) > > compiler/main/HscMain.hs:1574:45: > Not in scope: `idName' > Perhaps you meant one of these: > `itName' (imported from PrelNames), `ieName' (imported from HsSyn), > `tcName' (imported from Name) > > compiler/main/HscMain.hs:1578:26: Not in scope: `isDFunId' > > compiler/main/HscMain.hs:1579:26: Not in scope: `isRecordSelector' > > compiler/main/HscMain.hs:1580:34: Not in scope: `isClassOpId_maybe' > make[1]: *** [compiler/stage2/build/HscMain.o] Error 1 > make: *** [all] Error 2 Sorry for the breakage - I forgot to push a patch. It should be fixed now. Cheers, Simon