X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile.local;fp=libraries%2FMakefile.local;h=bbd4625e5f8a20f921dc197e6cccf3a9a8a3d7ba;hb=2d485af7e2e38bfc3e2f1273e3ab010380e4d2bf;hp=0caadcffdc337e2d18e4eb23592e36058d81a30a;hpb=9bcaaaaa59acff95886ad3675677e58c43106bd2;p=ghc-hetmet.git diff --git a/libraries/Makefile.local b/libraries/Makefile.local index 0caadcf..bbd4625 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.