diff options
author | simonpj@microsoft.com <unknown> | 2010-11-12 17:44:39 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-11-12 17:44:39 +0000 |
commit | 5289f5d85610f71625a439747a09384876655eb5 (patch) | |
tree | 5f155dd7321db2358b42aaa595142e5a92039770 /compiler/profiling | |
parent | 4db9ea9ec8b4ae0db74259bb87319643de1fd469 (diff) | |
download | haskell-5289f5d85610f71625a439747a09384876655eb5.tar.gz |
More modules that need LANGUAGE BangPatterns
Diffstat (limited to 'compiler/profiling')
-rw-r--r-- | compiler/profiling/CostCentre.lhs | 2 |
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(..), |