diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-09 16:18:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-09 16:18:15 +0000 |
commit | 2d485af7e2e38bfc3e2f1273e3ab010380e4d2bf (patch) | |
tree | c79cb0e2baa42e5225c7082670d36d7b8065774a /libraries/Makefile.local | |
parent | 9bcaaaaa59acff95886ad3675677e58c43106bd2 (diff) | |
download | haskell-2d485af7e2e38bfc3e2f1273e3ab010380e4d2bf.tar.gz |
The dph packages still contain warnings
Diffstat (limited to 'libraries/Makefile.local')
-rw-r--r-- | libraries/Makefile.local | 2 |
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. |