diff options
Diffstat (limited to 'compat/compat.mk')
-rw-r--r-- | compat/compat.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/compat.mk b/compat/compat.mk index c9232f732d..a9eadb8009 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -50,7 +50,8 @@ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=System.FilePath.Windows \ -optdep--exclude-module=System.Directory.Internals \ -optdep--exclude-module=Trace.Hpc.Mix \ - -optdep--exclude-module=Trace.Hpc.Util + -optdep--exclude-module=Trace.Hpc.Util \ + -optdep--exclude-module=Trace.Hpc.Tix PACKAGE_CABAL = |