diff options
author | andy@galois.com <unknown> | 2007-06-26 07:22:19 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2007-06-26 07:22:19 +0000 |
commit | 05960aa68358fa6d921f41fe4a00480efe46477a (patch) | |
tree | d492339f34235d4ebab1dd2c3b50369fd185c14a /compat | |
parent | bda0a4f655b2f9892d2778b0ab1b5d437c392226 (diff) | |
download | haskell-05960aa68358fa6d921f41fe4a00480efe46477a.tar.gz |
excluding Trace.Hpc.* when using the compat library
Diffstat (limited to 'compat')
-rw-r--r-- | compat/compat.mk | 5 |
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 = |