On Fri, Oct 22, 2010 at 02:36:11PM +0000, Simon Peyton-Jones wrote: > > When building a profiled compiler with > > GhcProfiled = YES > GhcLibWays = v p > > I get the error below in the vector library. I guess we can't build 'vector' > with a profiled compiler? Should the build system not know that?
I'll make the build system disable vector/dph if GhcProfiled = YES. For a quick fix, you can just remove them from your tree. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
