From 7b47772e215f1f82e0c9baec4333c70f22b4bb9a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 19 Oct 2006 00:08:07 +0000 Subject: [PATCH] Fix stage1 build with 6.2.1 (from Andy Gill) --- compiler/types/TypeRep.hi-boot-6 | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4