summaryrefslogtreecommitdiff
path: root/libraries/Makefile.local
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-20 13:56:52 +0000
committerIan Lynagh <igloo@earth.li>2008-06-20 13:56:52 +0000
commit7ab20e4a8066ed11d814cfd8d0fcfc7f52922100 (patch)
tree8578ad5e9fe1989a5778976c4790195a50168c36 /libraries/Makefile.local
parent457d908fe8601669998aca0ce5b7256c30f6f727 (diff)
downloadhaskell-7ab20e4a8066ed11d814cfd8d0fcfc7f52922100.tar.gz
filepath is now warning-free
Diffstat (limited to 'libraries/Makefile.local')
-rw-r--r--libraries/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile.local b/libraries/Makefile.local
index 074fcf6d7c..be81f199b5 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-% unix-% Win32-%,$(package))" ""
+ifeq "$(filter-out array-% base-% editline-% 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.