From: simonm Date: Tue, 22 Dec 1998 10:47:45 +0000 (+0000) Subject: [project @ 1998-12-22 10:47:43 by simonm] X-Git-Tag: Approx_2487_patches~170 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b2b7e08e10d85c3769f9e4bef7d7bc37e276c208;p=ghc-hetmet.git [project @ 1998-12-22 10:47:43 by simonm] Update .hi-boot files (Expr only takes one parameter and Var has none). --- diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot index 00c7d6d..0586d90 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 000c7e5..e5c730c 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 5bf0794..ceb09d1 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 0609eba..bbe8e5c 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 ;