From: simonpj Date: Fri, 1 Oct 2004 11:12:30 +0000 (+0000) Subject: [project @ 2004-10-01 11:12:30 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1555 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fadd15c6abed2f915ef61fd8df9ea5056f392f69;p=ghc-hetmet.git [project @ 2004-10-01 11:12:30 by simonpj] Remove bogus defn in hi-boot --- diff --git a/ghc/compiler/types/TyCon.hi-boot-5 b/ghc/compiler/types/TyCon.hi-boot-5 index 15ab3ea..1f040d7 100644 --- a/ghc/compiler/types/TyCon.hi-boot-5 +++ b/ghc/compiler/types/TyCon.hi-boot-5 @@ -4,4 +4,3 @@ __export TyCon TyCon isTupleTyCon isUnboxedTupleTyCon isFunTyCon setTyConName ; 1 isTupleTyCon :: TyCon -> PrelBase.Bool ; 1 isUnboxedTupleTyCon :: TyCon -> PrelBase.Bool ; 1 isFunTyCon :: TyCon -> PrelBase.Bool ; -1 setTyConName :: TyCon -> Name.Name -> TyCon ; diff --git a/ghc/compiler/types/TyCon.hi-boot-6 b/ghc/compiler/types/TyCon.hi-boot-6 index 19753da..0897562 100644 --- a/ghc/compiler/types/TyCon.hi-boot-6 +++ b/ghc/compiler/types/TyCon.hi-boot-6 @@ -5,4 +5,3 @@ data TyCon isTupleTyCon :: TyCon -> GHC.Base.Bool isUnboxedTupleTyCon :: TyCon -> GHC.Base.Bool isFunTyCon :: TyCon -> GHC.Base.Bool -setTyConName :: TyCon -> Name.Name -> TyCon