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
6edd4302
Commit
6edd4302
authored
Jul 28, 2005
by
simonmar
Browse files
[project @ 2005-07-28 11:46:28 by simonmar]
Add Distribution.Compat.FilePath to the relevant places.
parent
498c27f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
6edd4302
...
...
@@ -44,6 +44,7 @@ ifeq "$(ghc_ge_603)" "YES"
# These modules are all provided in GHC 6.3+
EXCLUDED_SRCS
+=
\
System/Directory/Internals.hs
\
Distribution/Compat/FilePath.hs
\
Distribution/Compat/ReadP.hs
\
Distribution/GetOpt.hs
\
Distribution/InstalledPackageInfo.hs
\
...
...
@@ -56,6 +57,7 @@ EXCLUDED_SRCS += \
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
System.Directory.Internals
\
-optdep--exclude-module
=
Distribution.Compat.FilePath
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.GetOpt
\
-optdep--exclude-module
=
Distribution.InstalledPackageInfo
\
...
...
ghc/lib/compat/compat.mk
View file @
6edd4302
...
...
@@ -24,6 +24,7 @@ endif
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.RawSystem
\
-optdep--exclude-module
=
Compat.Directory
\
-optdep--exclude-module
=
Distribution.Compat.FilePath
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.Extension
\
-optdep--exclude-module
=
Distribution.GetOpt
\
...
...
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