On Tue, Mar 18, 2008 at 04:22:52PM -0400, Dustin DeWeese wrote: > i should also add that the same command is executed whether 'make' is > executed in libraries or libraries/base, so something is either overwriting > Prelude.hi in libraries/Makefile, or maybe an environment variable from > libraries/Makefile is affecting the compiler.
I can't think what could be happening here. You could try printing way_descr in writeBinIface in compiler/iface/BinIface.hs and see if that helps explain anything. (after editing the file, run "make stage=1" in compiler/ to rebuild it). Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
