From: Ian Lynagh Date: Thu, 19 Oct 2006 00:08:07 +0000 (+0000) Subject: Fix stage1 build with 6.2.1 (from Andy Gill) X-Git-Tag: 2006-10-22~6 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7b47772e215f1f82e0c9baec4333c70f22b4bb9a Fix stage1 build with 6.2.1 (from Andy Gill) --- diff --git a/compiler/types/TypeRep.hi-boot-6 b/compiler/types/TypeRep.hi-boot-6 index 6a5628f..59faa59 100644 --- a/compiler/types/TypeRep.hi-boot-6 +++ b/compiler/types/TypeRep.hi-boot-6 @@ -4,4 +4,5 @@ data Type data PredType data TyThing type Kind = Type +isCoercionKind :: Kind -> GHC.Base.Bool