summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile.local b/libraries/Makefile.local
index b620123b96..0633ebae29 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 array-% base-% unix-% Win32-%,$(package))" ""
+ifeq "$(filter-out base-% unix-% Win32-%,$(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.