X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fvalidate-settings.mk;h=b45884752e323e613af8fd3cea4499cbf4b0470b;hb=64557b454b1a184ef9ee177806a05b75c79c0eb6;hp=ae25119a3fae48cca1025dd4ddcd9bdf29bca6c6;hpb=c3727966827180fafa55e02be47dcdd49bd17eb8;p=ghc-hetmet.git diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index ae25119..b458847 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -22,6 +22,9 @@ STRIP_CMD = : CHECK_PACKAGES = YES +# We want to install DPH when validating, so that we can test it +InstallExtraPackages = YES + # dblatex with miktex under msys/mingw can't build the PS and PDF docs, # and just building the HTML docs is sufficient to check that the # markup is correct, so we turn off PS and PDF doc building when @@ -40,6 +43,9 @@ endif ###################################################################### # Disable some warnings in packages we use +# Temporarily turn off incomplete-pattern warnings for containers +libraries/containers_dist-install_EXTRA_HC_OPTS += -fno-warn-incomplete-patterns + # Temporarily turn off unused-do-bind warnings for the time package libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind # On Windows, there are also some unused import warnings