From: andy@galois.com Date: Sun, 15 Jul 2007 21:36:02 +0000 (+0000) Subject: FIX problem with not using the compat lib for Set in hpc tools. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b85fd10c31150fb408348ea6d5913565c06690ea FIX problem with not using the compat lib for Set in hpc tools. --- diff --git a/utils/hpc/HpcShowTix.hs b/utils/hpc/HpcShowTix.hs index d3d4157..4ed07fd 100644 --- a/utils/hpc/HpcShowTix.hs +++ b/utils/hpc/HpcShowTix.hs @@ -5,7 +5,7 @@ import Trace.Hpc.Tix import HpcFlags -import qualified Data.Set as Set +import qualified HpcSet as Set showtix_options = [ excludeOpt,includeOpt,hpcDirOpt