Skip to content
GitLab
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
deee51ff
Commit
deee51ff
authored
Dec 01, 2004
by
simonmar
Browse files
[project @ 2004-12-01 09:51:50 by simonmar]
Update the excluded modules for libghccompat
parent
49e35456
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
deee51ff
...
...
@@ -523,10 +523,16 @@ endif
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.RawSystem
\
-optdep--exclude-module
=
Compat.Directory
\
-optdep--exclude-module
=
Data.Version
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.Compat.Error
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.Extension
\
-optdep--exclude-module
=
Distribution.InstalledPackageInfo
\
-optdep--exclude-module
=
Distribution.Package
-optdep--exclude-module
=
Distribution.License
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.ParseUtils
\
-optdep--exclude-module
=
Distribution.Setup
\
-optdep--exclude-module
=
Distribution.Version
\
-optdep--exclude-module
=
System.FilePath
endif
SRC_LD_OPTS
+=
-no-link-chk
...
...
ghc/utils/ghc-pkg/Makefile
View file @
deee51ff
...
...
@@ -45,13 +45,18 @@ endif
# This is horrible. We ought to be able to omit the entire directory
# from mkDependHS.
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.RawSystem
\
-optdep--exclude-module
=
Compat.Directory
\
-optdep--exclude-module
=
Distribution.Compat.Error
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.
Package
\
-optdep--exclude-module
=
Distribution.
Extension
\
-optdep--exclude-module
=
Distribution.InstalledPackageInfo
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.License
\
-optdep--exclude-module
=
Distribution.Version
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.ParseUtils
\
-optdep--exclude-module
=
Distribution.Setup
\
-optdep--exclude-module
=
Distribution.Version
\
-optdep--exclude-module
=
System.FilePath
# -----------------------------------------------------------------------------=
# Create the Version.hs file
...
...
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