From: simonpj Date: Fri, 10 Oct 2003 09:39:06 +0000 (+0000) Subject: [project @ 2003-10-10 09:39:06 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~377 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac395860767607aebe8caa883410db1d9c0bdb73;p=ghc-hetmet.git [project @ 2003-10-10 09:39:06 by simonpj] Fix hi-boot file for GHC 5xx --- diff --git a/ghc/compiler/types/TypeRep.hi-boot-5 b/ghc/compiler/types/TypeRep.hi-boot-5 index 8de82fc..80452e4 100644 --- a/ghc/compiler/types/TypeRep.hi-boot-5 +++ b/ghc/compiler/types/TypeRep.hi-boot-5 @@ -1,7 +1,8 @@ __interface TypeRep 1 0 where -__export TypeRep Type SourceType PredType Kind SuperKind ; +__export TypeRep Type SourceType PredType Kind SuperKind TyThing ; 1 data Type ; 1 data SourceType ; +1 data TyThing ; 1 type PredType = SourceType ; 1 type Kind = Type ; 1 type SuperKind = Type ;