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
ef0a4dd5
Commit
ef0a4dd5
authored
Aug 11, 2009
by
Ian Lynagh
Browse files
Skip "Cabal check" for certain packages that we know will fail
parent
992694f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
ef0a4dd5
...
...
@@ -568,6 +568,14 @@ $(foreach lib,$(PACKAGES) $(PACKAGES_STAGE2),$(eval \
libraries/
$(lib)_dist-install_DISABLE
=
YES
))
endif
# These packages don't pass the Cabal checks because hs-source-dirs
# points outside the source directory. This isn't a real problem in
# these cases, so we just skip checking them.
CHECKED_libraries/dph/
dph-seq
=
YES
CHECKED_libraries/dph/
dph-par
=
YES
# In compiler's case, include-dirs points outside of the source tree
CHECKED_compiler
=
YES
include
$(patsubst %, %/ghc.mk, $(BUILD_DIRS))
# We need -fno-warn-deprecated-flags to avoid failure with -Werror
...
...
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