summaryrefslogtreecommitdiff
path: root/libraries/Makefile.local
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-09 16:18:15 +0000
committerIan Lynagh <igloo@earth.li>2008-08-09 16:18:15 +0000
commit2d485af7e2e38bfc3e2f1273e3ab010380e4d2bf (patch)
treec79cb0e2baa42e5225c7082670d36d7b8065774a /libraries/Makefile.local
parent9bcaaaaa59acff95886ad3675677e58c43106bd2 (diff)
downloadhaskell-2d485af7e2e38bfc3e2f1273e3ab010380e4d2bf.tar.gz
The dph packages still contain warnings
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.