diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/Makefile | 1 | ||||
-rw-r--r-- | compat/Trace/Hpc/Tix.hs | 3 | ||||
-rw-r--r-- | compat/compat.mk | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/compat/Makefile b/compat/Makefile index b09e1c2322..4dc05f8da4 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -82,6 +82,7 @@ Distribution/Version.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Ver Language/Haskell/Extension.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Language/Haskell/Extension.hs Trace/Hpc/Mix.$(way_)o : $(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Mix.hs Trace/Hpc/Util.$(way_)o : $(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Util.hs +Trace/Hpc/Tix.$(way_)o : $(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Tix.hs cbits/unicode.o : $(FPTOOLS_TOP)/libraries/base/cbits/WCsubst.c $(FPTOOLS_TOP)/libraries/base/include/WCsubst.h diff --git a/compat/Trace/Hpc/Tix.hs b/compat/Trace/Hpc/Tix.hs new file mode 100644 index 0000000000..9bba7d0e0a --- /dev/null +++ b/compat/Trace/Hpc/Tix.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "hpc/Trace/Hpc/Tix.hs" +-- dummy comment 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 = |