[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)
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]

diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot b/ghc/compiler/basicTypes/DataCon.hi-boot
deleted file mode 100644 (file)
index 744bd18..0000000
Binary files a/ghc/compiler/basicTypes/DataCon.hi-boot and /dev/null differ
diff --git a/ghc/compiler/basicTypes/IdInfo.hi-boot b/ghc/compiler/basicTypes/IdInfo.hi-boot
deleted file mode 100644 (file)
index 19cbf0e..0000000
Binary files a/ghc/compiler/basicTypes/IdInfo.hi-boot and /dev/null differ
diff --git a/ghc/compiler/basicTypes/MkId.hi-boot b/ghc/compiler/basicTypes/MkId.hi-boot
deleted file mode 100644 (file)
index 4fc503f..0000000
Binary files a/ghc/compiler/basicTypes/MkId.hi-boot and /dev/null differ
diff --git a/ghc/compiler/basicTypes/Name.hi-boot b/ghc/compiler/basicTypes/Name.hi-boot
deleted file mode 100644 (file)
index 0dcc660..0000000
Binary files a/ghc/compiler/basicTypes/Name.hi-boot and /dev/null differ
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot
deleted file mode 100644 (file)
index 398791a..0000000
Binary files a/ghc/compiler/codeGen/CgBindery.hi-boot and /dev/null differ
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-4 b/ghc/compiler/codeGen/CgBindery.hi-boot-4
deleted file mode 100644 (file)
index 9a4ba58..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-_interface_ CgBindery 1 0
-_exports_
-CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
-_declarations_
-1 type CgBindings = VarEnv.IdEnv CgIdInfo;
-1 data CgIdInfo;
-1 data VolatileLoc;
-1 data StableLoc;
-1 nukeVolatileBinds _:_ CgBindings -> CgBindings ;;
diff --git a/ghc/compiler/codeGen/CgExpr.hi-boot b/ghc/compiler/codeGen/CgExpr.hi-boot
deleted file mode 100644 (file)
index 6794d18..0000000
Binary files a/ghc/compiler/codeGen/CgExpr.hi-boot and /dev/null differ
diff --git a/ghc/compiler/codeGen/CgUsages.hi-boot b/ghc/compiler/codeGen/CgUsages.hi-boot
deleted file mode 100644 (file)
index db5fc01..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-_interface_ CgUsages 1
-_exports_
-CgUsages getSpRelOffset;
-_declarations_
-1 getSpRelOffset _:_ AbsCSyn.VirtualSpOffset -> CgMonad.FCode AbsCSyn.RegRelative ;;
diff --git a/ghc/compiler/codeGen/ClosureInfo.hi-boot b/ghc/compiler/codeGen/ClosureInfo.hi-boot
deleted file mode 100644 (file)
index c37a258..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-_interface_ ClosureInfo 1
-_exports_
-ClosureInfo ClosureInfo LambdaFormInfo;
-_declarations_
-1 data LambdaFormInfo;
-1 data ClosureInfo;
-
diff --git a/ghc/compiler/coreSyn/CoreSyn.hi-boot b/ghc/compiler/coreSyn/CoreSyn.hi-boot
deleted file mode 100644 (file)
index 96be6dd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-_interface_ CoreSyn 1
-_exports_
-CoreSyn CoreExpr ;
-_declarations_
-
--- Needed by Var.lhs
-1 type CoreExpr = Expr Var.Var;
-1 data Expr b ;
diff --git a/ghc/compiler/deSugar/DsExpr.hi-boot b/ghc/compiler/deSugar/DsExpr.hi-boot
deleted file mode 100644 (file)
index 102a23b..0000000
Binary files a/ghc/compiler/deSugar/DsExpr.hi-boot and /dev/null differ
diff --git a/ghc/compiler/deSugar/Match.hi-boot b/ghc/compiler/deSugar/Match.hi-boot
deleted file mode 100644 (file)
index 898c39f..0000000
Binary files a/ghc/compiler/deSugar/Match.hi-boot and /dev/null differ
diff --git a/ghc/compiler/hsSyn/HsExpr.hi-boot b/ghc/compiler/hsSyn/HsExpr.hi-boot
deleted file mode 100644 (file)
index 0a8a789..0000000
Binary files a/ghc/compiler/hsSyn/HsExpr.hi-boot and /dev/null differ
diff --git a/ghc/compiler/prelude/TysWiredIn.hi-boot b/ghc/compiler/prelude/TysWiredIn.hi-boot
deleted file mode 100644 (file)
index f335739..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-_interface_ TysWiredIn 1
-_exports_
-TysWiredIn listTyCon ;
-_declarations_
-1 listTyCon _:_ TyCon!TyCon ;;
diff --git a/ghc/compiler/profiling/CostCentre.hi-boot b/ghc/compiler/profiling/CostCentre.hi-boot
deleted file mode 100644 (file)
index f6a15fc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-_interface_ CostCentre 1
-_exports_
-CostCentre CostCentre noCostCentre useCurrentCostCentre overheadCostCentre dontCareCostCentre subsumedCosts preludeCafsCostCentre mkAllCafsCC preludeDictsCostCentre mkAllDictsCC cafifyCC mkUserCC;
-_declarations_
-1 data CostCentre;
-1 noCostCentre _:_ CostCentre.CostCentre ;;
-1 useCurrentCostCentre _:_ CostCentre.CostCentre ;;
-1 overheadCostCentre _:_ CostCentre.CostCentre ;;
-1 dontCareCostCentre _:_ CostCentre.CostCentre ;;
-1 subsumedCosts _:_ CostCentre.CostCentre ;;
-1 preludeCafsCostCentre _:_ CostCentre.CostCentre ;;
-1 mkAllCafsCC _:_ FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;;
-1 preludeDictsCostCentre _:_ PrelBase.Bool -> CostCentre.CostCentre ;;
-1 mkAllDictsCC _:_ FastString.FastString -> FastString.FastString -> PrelBase.Bool -> CostCentre.CostCentre ;;
-1 cafifyCC _:_ CostCentre.CostCentre -> CostCentre.CostCentre ;;
-1 mkUserCC _:_ FastString.FastString -> FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;;
diff --git a/ghc/compiler/typecheck/TcExpr.hi-boot b/ghc/compiler/typecheck/TcExpr.hi-boot
deleted file mode 100644 (file)
index f8aa623..0000000
Binary files a/ghc/compiler/typecheck/TcExpr.hi-boot and /dev/null differ
diff --git a/ghc/compiler/typecheck/TcGRHSs.hi-boot b/ghc/compiler/typecheck/TcGRHSs.hi-boot
deleted file mode 100644 (file)
index 1431d68..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-_interface_ TcGRHSs 2
-_exports_
-TcGRHSs tcGRHSsAndBinds;
-_declarations_
-2 tcGRHSsAndBinds _:_ _forall_ [s] => 
-               RnHsSyn.RenamedGRHSsAndBinds
-               -> TcType.TcType s
-               -> HsExpr.StmtCtxt
-               -> TcMonad.TcM s (TcHsSyn.TcGRHSsAndBinds s, Inst.LIE s) ;;
-
-
diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot b/ghc/compiler/typecheck/TcMatches.hi-boot
deleted file mode 100644 (file)
index acff442..0000000
Binary files a/ghc/compiler/typecheck/TcMatches.hi-boot and /dev/null differ
diff --git a/ghc/compiler/typecheck/TcType.hi-boot b/ghc/compiler/typecheck/TcType.hi-boot
deleted file mode 100644 (file)
index 8eb641c..0000000
Binary files a/ghc/compiler/typecheck/TcType.hi-boot and /dev/null differ
diff --git a/ghc/compiler/typecheck/TcUnify.hi-boot b/ghc/compiler/typecheck/TcUnify.hi-boot
deleted file mode 100644 (file)
index ebb7215..0000000
Binary files a/ghc/compiler/typecheck/TcUnify.hi-boot and /dev/null differ
diff --git a/ghc/compiler/types/TyCon.hi-boot b/ghc/compiler/types/TyCon.hi-boot
deleted file mode 100644 (file)
index 024339f..0000000
Binary files a/ghc/compiler/types/TyCon.hi-boot and /dev/null differ
diff --git a/ghc/compiler/types/TypeRep.hi-boot b/ghc/compiler/types/TypeRep.hi-boot
deleted file mode 100644 (file)
index 5003cdb..0000000
Binary files a/ghc/compiler/types/TypeRep.hi-boot and /dev/null differ