Ix{Int}.index: Index (28671) out of range ((4,450))

2002-06-25 Thread Mike Thomas
FYI, On WinNT 2000 Mingw32, CVS HEAD build   ../../ghc/utils/ghc-pkg/ghc-pkg-inplace  -f ../../ghc/driver/package.conf --update-package Reading package info from stdin... done.Expanding embedded variables...done.warning: can't find GHCi lib `HSbase1.o'warning: can't find GHCi lib `HSbas

RE: Ix{Int}.index: Index (28671) out of range ((4,450))

2002-06-25 Thread Simon Peyton-Jones
Title: Message OK, this is a bad feature of the new binary-interface story: if there is an old Foo.hi file around with the wrong format, it can crash the compiler.  We need to add a magic-number to the front or something.   Meanwhile, delete all your .hi files you'll be fine.   Simon -