diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 11:02:40 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 11:02:40 +0000 |
commit | 1a0c116d27a9032611c05efe2b0b07e1eae35dce (patch) | |
tree | f3ad204585392816aadab5c64f2b64aa356546d5 /compat | |
parent | af9b4778a1ecf24da8f231b7a06b72eb9195ddd2 (diff) | |
download | haskell-1a0c116d27a9032611c05efe2b0b07e1eae35dce.tar.gz |
FIX BUILD: we need --exclude-module Trace.* too
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 db1a6c2cf9..9c41e0a42c 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.Tix \ + -optdep--exclude-module=Trace.Hpc.Util PACKAGE_CABAL = PACKAGE_HPC = |