diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-21 12:01:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-21 12:01:28 +0000 |
commit | d727d6d7216529c140c1ec69acb54a0a446065ca (patch) | |
tree | 90f5b2e70b917a253d4522b12c5d5dc613bd46c4 /libraries | |
parent | cbc5fb05036f3c1990b2f9f91b9e1c66b97a392f (diff) | |
download | haskell-d727d6d7216529c140c1ec69acb54a0a446065ca.tar.gz |
unix is now 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 7485724d5d..84b90a6563 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 unix-% Win32-% dph%,$(package))" "" +ifeq "$(filter-out 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. |