From 00c8e4f56dff60984a892da9c976c080031a16b2 Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Mon, 18 Sep 2006 21:26:11 +0000 Subject: [PATCH] Deriving Eq for OverlapFlag again Mon Aug 7 11:15:21 EDT 2006 Manuel M T Chakravarty * Deriving Eq for OverlapFlag again --- compiler/basicTypes/BasicTypes.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/basicTypes/BasicTypes.lhs b/compiler/basicTypes/BasicTypes.lhs index ab6d463..0dbd0f6 100644 --- a/compiler/basicTypes/BasicTypes.lhs +++ b/compiler/basicTypes/BasicTypes.lhs @@ -295,6 +295,7 @@ data OverlapFlag -- Without the Incoherent flag, we'd complain that -- instantiating 'b' would change which instance -- was chosen + deriving( Eq ) instance Outputable OverlapFlag where ppr NoOverlap = empty -- 1.7.10.4