Clean up handling of PA dictionaries
[ghc-hetmet.git] / utils / hpc / HpcShowTix.hs
index 79c9fa3..4ed07fd 100644 (file)
@@ -2,11 +2,10 @@ module HpcShowTix (showtix_plugin) where
 
 import Trace.Hpc.Mix
 import Trace.Hpc.Tix
-import Trace.Hpc.Util
 
 import HpcFlags
 
-import qualified Data.Set as Set
+import qualified HpcSet as Set
 
 showtix_options = 
   [ excludeOpt,includeOpt,hpcDirOpt
@@ -57,4 +56,3 @@ showtix_main flags (prog:modNames) = do
                  ]
        
        return ()
-     
\ No newline at end of file