Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
91b32b2e
Commit
91b32b2e
authored
Aug 01, 2005
by
simonmar
Browse files
[project @ 2005-08-01 15:20:01 by simonmar]
Add explicit dependency for Distribution.Compat.FilePath
parent
b3de318b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
91b32b2e
...
...
@@ -69,8 +69,10 @@ SRC_MKDEPENDHS_OPTS += \
-optdep--exclude-module
=
Language.Haskell.Extension
endif
# Some explicit dependencies
# Some explicit dependencies, needed because ghc -M can't discover the
# true dependencies of these stub files.
System/Directory/Internals.$(way_)o
:
$(FPTOOLS_TOP)/libraries/base/System/Directory/Internals.hs
Distribution/Compat/FilePath.$(way_)
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/FilePath.hs
Distribution/Compat/ReadP.$(way_)
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/ReadP.hs
Distribution/GetOpt.$(way_)o
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/GetOpt.hs
Distribution/InstalledPackageInfo.$(way_)o
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/InstalledPackageInfo.hs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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