diff options
author | andy@galois.com <unknown> | 2007-07-15 21:36:02 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2007-07-15 21:36:02 +0000 |
commit | b85fd10c31150fb408348ea6d5913565c06690ea (patch) | |
tree | da4f4897954924bdd3abe7aa484aca589ea45cf1 /utils | |
parent | b47302cbee70802076638ee58fe1c00853eae10a (diff) | |
download | haskell-b85fd10c31150fb408348ea6d5913565c06690ea.tar.gz |
FIX problem with not using the compat lib for Set in hpc tools.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hpc/HpcShowTix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcShowTix.hs b/utils/hpc/HpcShowTix.hs index d3d415741e..4ed07fd892 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 |