Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
272d9683
Commit
272d9683
authored
Jun 27, 2007
by
andy@galois.com
Browse files
Adding Tix to compat library, so that hpc in utils can use it
parent
78a1b71c
Changes
3
Hide whitespace changes
Inline
Side-by-side
compat/Makefile
View file @
272d9683
...
...
@@ -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
...
...
compat/Trace/Hpc/Tix.hs
0 → 100644
View file @
272d9683
{-# OPTIONS -cpp #-}
#
include
"hpc/Trace/Hpc/Tix.hs"
-- dummy comment
compat/compat.mk
View file @
272d9683
...
...
@@ -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
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment