From: andy@galois.com Date: Wed, 27 Jun 2007 06:04:30 +0000 (+0000) Subject: Adding Tix to compat library, so that hpc in utils can use it X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=272d9683a9eabfd8e10f689b2a6cfb19b9071722;hp=78a1b71ccc5a99711f434dae99dd892c920324fe Adding Tix to compat library, so that hpc in utils can use it --- diff --git a/compat/Makefile b/compat/Makefile index b09e1c2..4dc05f8 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 0000000..9bba7d0 --- /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 c9232f7..a9eadb8 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 =