simonpj     2005/01/27 03:12:58 PST

  Removed files:
    ghc/compiler/basicTypes DataCon.hi-boot IdInfo.hi-boot 
                            MkId.hi-boot Name.hi-boot 
    ghc/compiler/codeGen CgBindery.hi-boot CgBindery.hi-boot-4 
                         CgExpr.hi-boot CgUsages.hi-boot 
                         ClosureInfo.hi-boot 
    ghc/compiler/coreSyn CoreSyn.hi-boot 
    ghc/compiler/deSugar DsExpr.hi-boot Match.hi-boot 
    ghc/compiler/hsSyn   HsExpr.hi-boot 
    ghc/compiler/prelude TysWiredIn.hi-boot 
    ghc/compiler/profiling CostCentre.hi-boot 
    ghc/compiler/typecheck TcExpr.hi-boot TcGRHSs.hi-boot 
                           TcMatches.hi-boot TcType.hi-boot 
                           TcUnify.hi-boot 
    ghc/compiler/types   TyCon.hi-boot TypeRep.hi-boot 
  Log:
  Remove redundant .hi-boot files.  The earliest compiler we claim to be able
  to compile GHC with is GHC 5, and that needs hi-boot-5 boot files.  So the
  plain hi-boot files are dead.
  
  Reason for removing them now is that my big commit accidentally splatted
  them with binary data; so if you ever want to recover them, go back
  one revision beore the one I'm deleting.
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to