summaryrefslogtreecommitdiff
path: root/libraries/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Makefile.local')
-rw-r--r--libraries/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile.local b/libraries/Makefile.local
index 0caadcffdc..bbd4625e5f 100644
--- a/libraries/Makefile.local
+++ b/libraries/Makefile.local
@@ -23,7 +23,7 @@ GhcLibHcOpts += -Wall
# now at least we just disable them completely.
GhcLibHcOpts += -fno-warn-deprecated-flags
-ifeq "$(filter-out base-% unix-% Win32-%,$(package))" ""
+ifeq "$(filter-out base-% unix-% Win32-% dph%,$(package))" ""
# XXX We are one of the above list, i.e. we are a package that is not
# yet warning-clean. Thus turn warnings off for now so that validate
# goes through.