From b85fd10c31150fb408348ea6d5913565c06690ea Mon Sep 17 00:00:00 2001 From: "andy@galois.com" Date: Sun, 15 Jul 2007 21:36:02 +0000 Subject: [PATCH] FIX problem with not using the compat lib for Set in hpc tools. --- utils/hpc/HpcShowTix.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4