X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile.local;fp=libraries%2FMakefile.local;h=0633ebae29e03bb76930de6a39a2bc2b9ca00077;hb=f976971cb3ad7cb96e28871c06cc0d47ff436ec4;hp=b620123b96eca961e2b5de62376f807fc48ddc4e;hpb=9319fbaf14f420cbbd9e670093cc86c5f04b7800;p=ghc-hetmet.git diff --git a/libraries/Makefile.local b/libraries/Makefile.local index b620123..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-% 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.