From: simonpj Date: Wed, 9 Jul 2003 12:51:37 +0000 (+0000) Subject: [project @ 2003-07-09 12:51:37 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~701 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed5abcc97716009f048ca04084226aee2b99b474;p=ghc-hetmet.git [project @ 2003-07-09 12:51:37 by simonpj] Remove redundant Var.hi-boot --- diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot deleted file mode 100644 index f7cf7c0..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot +++ /dev/null @@ -1,10 +0,0 @@ -_interface_ Var 1 -_exports_ -Var Var TyVar Id setIdName ; -_declarations_ - --- Used by Name -1 type Id = Var ; -1 type TyVar = Var ; -1 data Var ; -1 setIdName _:_ Id -> Name.Name -> Id ;; diff --git a/ghc/compiler/basicTypes/Var.hi-boot-5 b/ghc/compiler/basicTypes/Var.hi-boot-5 deleted file mode 100644 index ee50bf2..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot-5 +++ /dev/null @@ -1,8 +0,0 @@ -__interface Var 1 0 where -__export Var Var TyVar Id setIdName ; --- Used by Name -1 type Id = Var; -1 type TyVar = Var; -1 data Var ; -1 setIdName :: Id -> Name.Name -> Id ; - diff --git a/ghc/compiler/basicTypes/Var.hi-boot-6 b/ghc/compiler/basicTypes/Var.hi-boot-6 deleted file mode 100644 index 2a9ec4f..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot-6 +++ /dev/null @@ -1,7 +0,0 @@ -module Var where - --- Used by Name -type Id = Var -type TyVar = Var -data Var -setIdName :: Id -> Name.Name -> Id