summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-09-24 08:47:37 +0000
committersimonpj@microsoft.com <unknown>2010-09-24 08:47:37 +0000
commit47c0fd27b2fbad86bdfa646e976fb45dcde59db6 (patch)
tree32a8017fa5e7100fdd56ce4a35cea8a92adb4f49 /mk
parentf6a9f267230d8685b34e6a89b622904ebd60aba4 (diff)
downloadhaskell-47c0fd27b2fbad86bdfa646e976fb45dcde59db6.tar.gz
Fix computation of installed packages
This is a follow-on to Simon's patch yesterday, developed with him. It cleans up the computation of how packages are installed, and installs the right ones.
Diffstat (limited to 'mk')
-rw-r--r--mk/validate-settings.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 9e19105c24..b45884752e 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