summaryrefslogtreecommitdiff
path: root/compiler/profiling
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/profiling')
-rw-r--r--compiler/profiling/CostCentre.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/profiling/CostCentre.hs b/compiler/profiling/CostCentre.hs
index 03cde88786..4dd54dcc6c 100644
--- a/compiler/profiling/CostCentre.hs
+++ b/compiler/profiling/CostCentre.hs
@@ -60,12 +60,12 @@ data CostCentre
cc_mod :: Module, -- Name of module defining this CC.
cc_loc :: SrcSpan
}
- deriving (Data, Typeable)
+ deriving Data
type CcName = FastString
data IsCafCC = NotCafCC | CafCC
- deriving (Eq, Ord, Data, Typeable)
+ deriving (Eq, Ord, Data)
instance Eq CostCentre where