diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-06 16:06:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-06 16:06:56 +0000 |
commit | 04d3b8d7ad637c6e5b8b8004a0555c4f1ead83dc (patch) | |
tree | bbabb0fc09d196d945d1c871419018ecae711af7 /utils/hpc | |
parent | 5e54b553bbb112167412ee9164135d56b06f5721 (diff) | |
download | haskell-04d3b8d7ad637c6e5b8b8004a0555c4f1ead83dc.tar.gz |
Fix build following haskell98 and -fglasgow-exts changes
Diffstat (limited to 'utils/hpc')
-rw-r--r-- | utils/hpc/HpcReport.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcReport.hs b/utils/hpc/HpcReport.hs index f44f967eaa..5d8c714692 100644 --- a/utils/hpc/HpcReport.hs +++ b/utils/hpc/HpcReport.hs @@ -6,7 +6,7 @@ module HpcReport (report_plugin) where import Prelude hiding (exp) -import List(sort,intersperse,sortBy) +import Data.List(sort,intersperse,sortBy) import HpcFlags import Trace.Hpc.Mix import Trace.Hpc.Tix |