From f757a5b168fbd2f3f40056f37aa8613117e9a3da Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 6 Jan 2008 22:15:47 +0000 Subject: [PATCH] Fix build: Recent instance shuffling left us with overlapping instances --- compiler/iface/MkIface.lhs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index 80ef6d0..a7bf168 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -761,11 +761,6 @@ computeChangedOccs ver_fn this_module old_usages eq_info type OccIfaceEq = GenIfaceEq OccName -instance Outputable OccIfaceEq where - ppr Equal = ptext SLIT("Equal") - ppr NotEqual = ptext SLIT("NotEqual") - ppr (EqBut occset) = ptext SLIT("EqBut") <+> ppr (occSetElts occset) - changedWrt :: OccSet -> OccIfaceEq -> Bool changedWrt so_far Equal = False changedWrt so_far NotEqual = True -- 1.7.10.4