diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-21 00:16:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-21 00:16:08 +0000 |
commit | 3eca4027d5b3caaf6694d82e6dd0a094c1c57be5 (patch) | |
tree | 01fbb8b39730e89ac446261f37539f8ac1c42c0e /libraries | |
parent | 9989020402ae0fcc02fef7412df846321bc1d9b3 (diff) | |
download | haskell-3eca4027d5b3caaf6694d82e6dd0a094c1c57be5.tar.gz |
base (and base3-compat) is no warning-free
Diffstat (limited to 'libraries')
-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 54f94253e1..7485724d5d 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-% dph%,$(package))" "" +ifeq "$(filter-out 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. |