summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc.mk8
-rwxr-xr-xvalidate4
2 files changed, 4 insertions, 8 deletions
diff --git a/ghc.mk b/ghc.mk
index cbf4164b60..b359ecca7a 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -295,11 +295,9 @@ include rules/bindist.mk
# Packages that are built but not installed
INTREE_ONLY_PACKAGES := haskeline mtl terminfo utf8-string xhtml
-# We don't build dph for now (#5360)
-# DPH_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \
-# dph/dph-common dph/dph-prim-par dph/dph-par dph/dph-seq \
-# vector primitive random
-DPH_PACKAGES := vector primitive random
+DPH_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \
+ dph/dph-common dph/dph-prim-par dph/dph-par dph/dph-seq \
+ vector primitive random
# Packages that, if present, must be built by the stage2 compiler,
# because they use TH and/or annotations, or depend on other stage2
diff --git a/validate b/validate
index 2dbf47b929..facee1c36a 100755
--- a/validate
+++ b/validate
@@ -80,9 +80,7 @@ if [ $no_clean -eq 0 ]; then
INSTDIR=`cygpath -m "$INSTDIR"`
fi
- # We don't require dph for now (#5360)
- # /usr/bin/perl -w boot --validate --required-tag=dph
- /usr/bin/perl -w boot --validate
+ /usr/bin/perl -w boot --validate --required-tag=dph
./configure --prefix="$INSTDIR" $config_args
fi