X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=libraries%2FMakefile.local;h=074fcf6d7cddddf62673791c2fec463e11d1e1b2;hb=457d908fe8601669998aca0ce5b7256c30f6f727;hp=0d63f65f9bf4d52370ba31e36acb9a082ce9c138;hpb=3b2d01616bcc71998b0fed5aec06b272d49037ec;p=ghc-hetmet.git diff --git a/libraries/Makefile.local b/libraries/Makefile.local index 0d63f65..074fcf6 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-% filepath-% ghc-prim-% hpc-% pretty-% unix-% Win32-%,$(package))" "" +ifeq "$(filter-out array-% base-% editline-% filepath-% ghc-prim-% hpc-% 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.