From b2b7e08e10d85c3769f9e4bef7d7bc37e276c208 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Tue, 22 Dec 1998 10:47:45 +0000
Subject: [PATCH] [project @ 1998-12-22 10:47:43 by simonm] Update .hi-boot
 files (Expr only takes one parameter and Var has none).

---
 ghc/compiler/basicTypes/Var.hi-boot    | 4 ++--
 ghc/compiler/basicTypes/Var.hi-boot-5  | 4 ++--
 ghc/compiler/coreSyn/CoreSyn.hi-boot   | 5 ++---
 ghc/compiler/coreSyn/CoreSyn.hi-boot-5 | 4 ++--
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot
index 00c7d6d3ba52..0586d902900a 100644
--- a/ghc/compiler/basicTypes/Var.hi-boot
+++ b/ghc/compiler/basicTypes/Var.hi-boot
@@ -4,5 +4,5 @@ Var Var Id ;
 _declarations_
 
 -- Used by Name
-1 type Id = Var BasicTypes.Unused BasicTypes.Unused ;
-1 data Var a b ;
+1 type Id = Var ;
+1 data Var ;
diff --git a/ghc/compiler/basicTypes/Var.hi-boot-5 b/ghc/compiler/basicTypes/Var.hi-boot-5
index 000c7e512d58..e5c730ceecd0 100644
--- a/ghc/compiler/basicTypes/Var.hi-boot-5
+++ b/ghc/compiler/basicTypes/Var.hi-boot-5
@@ -1,5 +1,5 @@
 __interface Var 1 0 where
 __export Var Var Id ;
 -- Used by Name
-1 type Id = Var BasicTypes.Unused BasicTypes.Unused ;
-1 data Var a b ;
+1 type Id = Var;
+1 data Var ;
diff --git a/ghc/compiler/coreSyn/CoreSyn.hi-boot b/ghc/compiler/coreSyn/CoreSyn.hi-boot
index 5bf0794b0ec2..ceb09d11f1d3 100644
--- a/ghc/compiler/coreSyn/CoreSyn.hi-boot
+++ b/ghc/compiler/coreSyn/CoreSyn.hi-boot
@@ -4,6 +4,5 @@ CoreSyn CoreExpr ;
 _declarations_
 
 -- Needed by IdInfo
-1 type CoreExpr = Expr Var.IdOrTyVar BasicTypes.Unused;
-1 data Expr b f ;
-
+1 type CoreExpr = Expr Var.IdOrTyVar;
+1 data Expr b ;
diff --git a/ghc/compiler/coreSyn/CoreSyn.hi-boot-5 b/ghc/compiler/coreSyn/CoreSyn.hi-boot-5
index 0609eba5cdd1..bbe8e5c1ee53 100644
--- a/ghc/compiler/coreSyn/CoreSyn.hi-boot-5
+++ b/ghc/compiler/coreSyn/CoreSyn.hi-boot-5
@@ -1,5 +1,5 @@
 __interface CoreSyn 1 0 where
 __export CoreSyn CoreExpr ;
 -- Needed by IdInfo
-1 type CoreExpr = Expr Var.IdOrTyVar BasicTypes.Unused;
-1 data Expr b f ;
+1 type CoreExpr = Expr Var.IdOrTyVar;
+1 data Expr b ;
-- 
GitLab