[project @ 2003-11-10 11:23:54 by simonmar]
authorsimonmar <unknown>
Mon, 10 Nov 2003 11:23:54 +0000 (11:23 +0000)
committersimonmar <unknown>
Mon, 10 Nov 2003 11:23:54 +0000 (11:23 +0000)
commit3206cccbdb97d4b22e92915508dc12c11b3d4c60
tree0270657efbf27af818b89353756b294a8f10466d
parent2b0a830e1a795b6049824f1371cf2ccaf710d045
[project @ 2003-11-10 11:23:54 by simonmar]
Make 'ghc --show-iface' give a reasonable error message on old
interface files again.  We previously disabled the version check for
--show-iface so that you could run --show-iface on a profiled
interface file, but this disabled too much error checking.  Really we
just want to disable the 'way' check, not the whole version check.

HEADS UP: interface format changed.  Recompile libraries.
ghc/compiler/iface/BinIface.hs
ghc/compiler/iface/MkIface.lhs