Could you have upgraded containers or Cabal since building GHC? e.g. by
using cabal-install? Your ghc has decided to load syb, unlike mine,
which could be a clue as to what's going on. Are all your library repos
up-to-date?
Yes, that was the other problem I mentioned earlier:
http://www.haskell.org/pipermail/cvs-ghc/2008-December/046590.html
apparently, the head repos were changed without bumping the
version numbers (array lost or gained a dependency on syb,
containers depends on array). So cabal insisted on reinstalling
both from hackage..
Perhaps a HEADS UP is in order? Deciding about bumping cabal
package version numbers before or after a release isn't sufficient
any more - they need to be bumped immediately when packages
change, or cabal-install won't play fair.
Hmm, I wonder how to sort out the mess that left me with?
Claus
_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc