summaryrefslogtreecommitdiff
path: root/compiler/profiling
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-11-12 17:44:39 +0000
committersimonpj@microsoft.com <unknown>2010-11-12 17:44:39 +0000
commit5289f5d85610f71625a439747a09384876655eb5 (patch)
tree5f155dd7321db2358b42aaa595142e5a92039770 /compiler/profiling
parent4db9ea9ec8b4ae0db74259bb87319643de1fd469 (diff)
downloadhaskell-5289f5d85610f71625a439747a09384876655eb5.tar.gz
More modules that need LANGUAGE BangPatterns
Diffstat (limited to 'compiler/profiling')
-rw-r--r--compiler/profiling/CostCentre.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/profiling/CostCentre.lhs b/compiler/profiling/CostCentre.lhs
index 2648d1eff2..9e08831c97 100644
--- a/compiler/profiling/CostCentre.lhs
+++ b/compiler/profiling/CostCentre.lhs
@@ -10,7 +10,7 @@
-- any warnings in the module. See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- for details
-{-# LANGUAGE DeriveDataTypeable #-}
+{-# LANGUAGE BangPatterns, DeriveDataTypeable #-}
module CostCentre (
CostCentre(..), CcName, IsDupdCC(..), IsCafCC(..),