[project @ 2005-01-27 11:12:52 by simonpj]
authorsimonpj <unknown>
Thu, 27 Jan 2005 11:12:58 +0000 (11:12 +0000)
committersimonpj <unknown>
Thu, 27 Jan 2005 11:12:58 +0000 (11:12 +0000)
commit04864fb70fcbbb2943b57bff0b6cad5b20f0dab5
treeac71ede2a4ec2592f9caf6ecc23668d8ab3d1296
parenta78a1aff1830544d2403fc04e08e1119a3d7ba82
[project @ 2005-01-27 11:12:52 by simonpj]
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.
22 files changed:
ghc/compiler/basicTypes/DataCon.hi-boot [deleted file]
ghc/compiler/basicTypes/IdInfo.hi-boot [deleted file]
ghc/compiler/basicTypes/MkId.hi-boot [deleted file]
ghc/compiler/basicTypes/Name.hi-boot [deleted file]
ghc/compiler/codeGen/CgBindery.hi-boot [deleted file]
ghc/compiler/codeGen/CgBindery.hi-boot-4 [deleted file]
ghc/compiler/codeGen/CgExpr.hi-boot [deleted file]
ghc/compiler/codeGen/CgUsages.hi-boot [deleted file]
ghc/compiler/codeGen/ClosureInfo.hi-boot [deleted file]
ghc/compiler/coreSyn/CoreSyn.hi-boot [deleted file]
ghc/compiler/deSugar/DsExpr.hi-boot [deleted file]
ghc/compiler/deSugar/Match.hi-boot [deleted file]
ghc/compiler/hsSyn/HsExpr.hi-boot [deleted file]
ghc/compiler/prelude/TysWiredIn.hi-boot [deleted file]
ghc/compiler/profiling/CostCentre.hi-boot [deleted file]
ghc/compiler/typecheck/TcExpr.hi-boot [deleted file]
ghc/compiler/typecheck/TcGRHSs.hi-boot [deleted file]
ghc/compiler/typecheck/TcMatches.hi-boot [deleted file]
ghc/compiler/typecheck/TcType.hi-boot [deleted file]
ghc/compiler/typecheck/TcUnify.hi-boot [deleted file]
ghc/compiler/types/TyCon.hi-boot [deleted file]
ghc/compiler/types/TypeRep.hi-boot [deleted file]