From 05960aa68358fa6d921f41fe4a00480efe46477a Mon Sep 17 00:00:00 2001 From: "andy@galois.com" Date: Tue, 26 Jun 2007 07:22:19 +0000 Subject: [PATCH] excluding Trace.Hpc.* when using the compat library --- compat/compat.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compat/compat.mk b/compat/compat.mk index 62057d1..c9232f7 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 = -- 1.7.10.4