Refactor sync-all a bit
[ghc-hetmet.git] / utils / hpc / HpcReport.hs
index f44f967..d3e3ef0 100644 (file)
@@ -6,12 +6,12 @@
 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
 import Control.Monad hiding (guard)
-import qualified HpcSet as Set
+import qualified Data.Set as Set
 
 notExpecting :: String -> a
 notExpecting s = error ("not expecting "++s)