cvs commit: fptools/ghc/compiler/basicTypes DataCon.hi-boot IdInfo.hi-boot MkId.hi-boot Name.hi-boot fptools/ghc/compiler/codeGen CgBindery.hi-boot CgBindery.hi-boot-4 CgExpr.hi-boot CgUsages.hi-boot ClosureInfo.hi-boot fptools/ghc/compiler/coreSyn ...

Simon Peyton Jones simonpj at haskell.org
Thu Jan 27 06:12:58 EST 2005


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.


More information about the Cvs-ghc mailing list