cvs commit: fptools/ghc/compiler/iface BinIface.hs MkIface.lhs

Simon Marlow simonmar at glass.cse.ogi.edu
Mon Nov 10 03:23:55 EST 2003


simonmar    2003/11/10 03:23:55 PST

  Modified files:
    ghc/compiler/iface   BinIface.hs MkIface.lhs 
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +16 -7     fptools/ghc/compiler/iface/BinIface.hs
  1.5       +2 -2      fptools/ghc/compiler/iface/MkIface.lhs


More information about the Cvs-ghc mailing list