summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/compiler/basicTypes/DataCon.hi-bootbin1190 -> 0 bytes
-rw-r--r--ghc/compiler/basicTypes/IdInfo.hi-bootbin429 -> 0 bytes
-rw-r--r--ghc/compiler/basicTypes/MkId.hi-bootbin1448 -> 0 bytes
-rw-r--r--ghc/compiler/basicTypes/Name.hi-bootbin294 -> 0 bytes
-rw-r--r--ghc/compiler/codeGen/CgBindery.hi-bootbin1407 -> 0 bytes
-rw-r--r--ghc/compiler/codeGen/CgBindery.hi-boot-49
-rw-r--r--ghc/compiler/codeGen/CgExpr.hi-bootbin1948 -> 0 bytes
-rw-r--r--ghc/compiler/codeGen/CgUsages.hi-boot5
-rw-r--r--ghc/compiler/codeGen/ClosureInfo.hi-boot7
-rw-r--r--ghc/compiler/coreSyn/CoreSyn.hi-boot8
-rw-r--r--ghc/compiler/deSugar/DsExpr.hi-bootbin3307 -> 0 bytes
-rw-r--r--ghc/compiler/deSugar/Match.hi-bootbin3769 -> 0 bytes
-rw-r--r--ghc/compiler/hsSyn/HsExpr.hi-bootbin1705 -> 0 bytes
-rw-r--r--ghc/compiler/prelude/TysWiredIn.hi-boot5
-rw-r--r--ghc/compiler/profiling/CostCentre.hi-boot16
-rw-r--r--ghc/compiler/typecheck/TcExpr.hi-bootbin3273 -> 0 bytes
-rw-r--r--ghc/compiler/typecheck/TcGRHSs.hi-boot11
-rw-r--r--ghc/compiler/typecheck/TcMatches.hi-bootbin3064 -> 0 bytes
-rw-r--r--ghc/compiler/typecheck/TcType.hi-bootbin314 -> 0 bytes
-rw-r--r--ghc/compiler/typecheck/TcUnify.hi-bootbin2709 -> 0 bytes
-rw-r--r--ghc/compiler/types/TyCon.hi-bootbin435 -> 0 bytes
-rw-r--r--ghc/compiler/types/TypeRep.hi-bootbin388 -> 0 bytes
22 files changed, 0 insertions, 61 deletions
diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot b/ghc/compiler/basicTypes/DataCon.hi-boot
deleted file mode 100644
index 744bd18256..0000000000
--- a/ghc/compiler/basicTypes/DataCon.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/basicTypes/IdInfo.hi-boot b/ghc/compiler/basicTypes/IdInfo.hi-boot
deleted file mode 100644
index 19cbf0ed54..0000000000
--- a/ghc/compiler/basicTypes/IdInfo.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/basicTypes/MkId.hi-boot b/ghc/compiler/basicTypes/MkId.hi-boot
deleted file mode 100644
index 4fc503fda3..0000000000
--- a/ghc/compiler/basicTypes/MkId.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/basicTypes/Name.hi-boot b/ghc/compiler/basicTypes/Name.hi-boot
deleted file mode 100644
index 0dcc6608aa..0000000000
--- a/ghc/compiler/basicTypes/Name.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot
deleted file mode 100644
index 398791a038..0000000000
--- a/ghc/compiler/codeGen/CgBindery.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-4 b/ghc/compiler/codeGen/CgBindery.hi-boot-4
deleted file mode 100644
index 9a4ba58313..0000000000
--- a/ghc/compiler/codeGen/CgBindery.hi-boot-4
+++ /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
index 6794d184cd..0000000000
--- a/ghc/compiler/codeGen/CgExpr.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/codeGen/CgUsages.hi-boot b/ghc/compiler/codeGen/CgUsages.hi-boot
deleted file mode 100644
index db5fc01371..0000000000
--- a/ghc/compiler/codeGen/CgUsages.hi-boot
+++ /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
index c37a258ddd..0000000000
--- a/ghc/compiler/codeGen/ClosureInfo.hi-boot
+++ /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
index 96be6dd606..0000000000
--- a/ghc/compiler/coreSyn/CoreSyn.hi-boot
+++ /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
index 102a23be46..0000000000
--- a/ghc/compiler/deSugar/DsExpr.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/deSugar/Match.hi-boot b/ghc/compiler/deSugar/Match.hi-boot
deleted file mode 100644
index 898c39f543..0000000000
--- a/ghc/compiler/deSugar/Match.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/hsSyn/HsExpr.hi-boot b/ghc/compiler/hsSyn/HsExpr.hi-boot
deleted file mode 100644
index 0a8a789b25..0000000000
--- a/ghc/compiler/hsSyn/HsExpr.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/prelude/TysWiredIn.hi-boot b/ghc/compiler/prelude/TysWiredIn.hi-boot
deleted file mode 100644
index f335739abe..0000000000
--- a/ghc/compiler/prelude/TysWiredIn.hi-boot
+++ /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
index f6a15fc4b6..0000000000
--- a/ghc/compiler/profiling/CostCentre.hi-boot
+++ /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
index f8aa6235dc..0000000000
--- a/ghc/compiler/typecheck/TcExpr.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/typecheck/TcGRHSs.hi-boot b/ghc/compiler/typecheck/TcGRHSs.hi-boot
deleted file mode 100644
index 1431d689dc..0000000000
--- a/ghc/compiler/typecheck/TcGRHSs.hi-boot
+++ /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
index acff4425f7..0000000000
--- a/ghc/compiler/typecheck/TcMatches.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/typecheck/TcType.hi-boot b/ghc/compiler/typecheck/TcType.hi-boot
deleted file mode 100644
index 8eb641c5ac..0000000000
--- a/ghc/compiler/typecheck/TcType.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/typecheck/TcUnify.hi-boot b/ghc/compiler/typecheck/TcUnify.hi-boot
deleted file mode 100644
index ebb7215c1b..0000000000
--- a/ghc/compiler/typecheck/TcUnify.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/types/TyCon.hi-boot b/ghc/compiler/types/TyCon.hi-boot
deleted file mode 100644
index 024339fd1f..0000000000
--- a/ghc/compiler/types/TyCon.hi-boot
+++ /dev/null
Binary files differ
diff --git a/ghc/compiler/types/TypeRep.hi-boot b/ghc/compiler/types/TypeRep.hi-boot
deleted file mode 100644
index 5003cdbf52..0000000000
--- a/ghc/compiler/types/TypeRep.hi-boot
+++ /dev/null
Binary files differ