From 272d9683a9eabfd8e10f689b2a6cfb19b9071722 Mon Sep 17 00:00:00 2001 From: "andy@galois.com" Date: Wed, 27 Jun 2007 06:04:30 +0000 Subject: [PATCH] Adding Tix to compat library, so that hpc in utils can use it --- compat/Makefile | 1 + compat/Trace/Hpc/Tix.hs | 3 +++ compat/compat.mk | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 compat/Trace/Hpc/Tix.hs 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 = -- 1.7.10.4