summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorandy@galois.com <unknown>2007-06-26 07:22:19 +0000
committerandy@galois.com <unknown>2007-06-26 07:22:19 +0000
commit05960aa68358fa6d921f41fe4a00480efe46477a (patch)
treed492339f34235d4ebab1dd2c3b50369fd185c14a /compat
parentbda0a4f655b2f9892d2778b0ab1b5d437c392226 (diff)
downloadhaskell-05960aa68358fa6d921f41fe4a00480efe46477a.tar.gz
excluding Trace.Hpc.* when using the compat library
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/compat/compat.mk b/compat/compat.mk
index 62057d1f3e..c9232f732d 100644
--- a/compat/compat.mk
+++ b/compat/compat.mk
@@ -48,7 +48,10 @@ SRC_MKDEPENDHS_OPTS += \
-optdep--exclude-module=System.FilePath \
-optdep--exclude-module=System.FilePath.Posix \
-optdep--exclude-module=System.FilePath.Windows \
- -optdep--exclude-module=System.Directory.Internals
+ -optdep--exclude-module=System.Directory.Internals \
+ -optdep--exclude-module=Trace.Hpc.Mix \
+ -optdep--exclude-module=Trace.Hpc.Util
+
PACKAGE_CABAL =