summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-21 12:01:28 +0000
committerIan Lynagh <igloo@earth.li>2008-08-21 12:01:28 +0000
commitd727d6d7216529c140c1ec69acb54a0a446065ca (patch)
tree90f5b2e70b917a253d4522b12c5d5dc613bd46c4 /libraries
parentcbc5fb05036f3c1990b2f9f91b9e1c66b97a392f (diff)
downloadhaskell-d727d6d7216529c140c1ec69acb54a0a446065ca.tar.gz
unix is now warning-free
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile.local2
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.