Deriving Eq for OverlapFlag again
[ghc-hetmet.git] / compiler / basicTypes / BasicTypes.lhs
index ab6d463..0dbd0f6 100644 (file)
@@ -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