catamorphism: > Hi all, > > After pulling patches in the HEAD, I get the following while building > the libraries (after doing ./darcs-all get, ./darcs-all pull, sh > validate): > > GHC/Word.hs:577:38: Not in scope: `word2Integer' > > GHC/Word.hs:668:17: Not in scope: data constructor `S#' > > GHC/Word.hs:669:17: Not in scope: data constructor `J#' > > GHC/Word.hs:710:38: Not in scope: data constructor `S#' > > GHC/Word.hs:711:80: Not in scope: data constructor `J#' > > The most recently nightly build report gives the same output, so I > guess it's not just me. > > Just a heads-up... > > Cheers, > Tim
The integer package is needed to build base now. -- Don _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
