As instructed by Simon, I've upgraded my installed GHC to GHC 6.
I'm now trying to rebuild my GHC from sources, but I keep running
into problems with stale .hi files:
Parser.hs:4:
Failed to load interface for `ParseMonad':
Bad interface file: ./ParseMonad.hi
mismatched interface file versions: expected 6022, found 5043
I've tried 'make clean' and 'make distclean', and I've tried scrubbing
and scrubbing, but still they won't come out. Is it time for
find . -name '*.hi' -exec rm '{}' ';'
or is there a principled way to do this?
Norman
P.S. I'm building on Linux.
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc