X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile.local;h=0633ebae29e03bb76930de6a39a2bc2b9ca00077;hb=f976971cb3ad7cb96e28871c06cc0d47ff436ec4;hp=97832851749b8806457c7844b9c00cd5ed1946fd;hpb=53ddf8f4fb12d723721ad65e47ed54582b666e41;p=ghc-hetmet.git diff --git a/libraries/Makefile.local b/libraries/Makefile.local index 9783285..0633eba 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-% editline-% ghc-prim-% 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.