On Wed, Apr 14, 2010 at 01:44:55PM +0000, Simon Peyton-Jones wrote: > Ian, Simon > > What's up here? > > | compiler/vectorise/VectUtils.hs compiler/vectorise/Vectorise.hs > | > | compiler/basicTypes/BasicTypes.lhs:73:7: > | Could not find module `Data.Data': > | Use -v to see a list of the files searched for. > > Seems to have been happening for several days
It's because it's using 6.8.3 to build, which is no longer supported in the HEAD. Tonight's build should give an error at configure time saying you need GHC >= 6.10. Simon will need to update the config of the nightly builders. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
