From 99a537a07284d488786bf8e85aab5ff225c4cb7e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 22 Aug 2008 23:39:51 +0000 Subject: [PATCH] Suppress some warnings that are hard to fix because of ifdefs --- System/Posix/Internals.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs index 0b4f7d4..66ca50c 100644 --- a/System/Posix/Internals.hs +++ b/System/Posix/Internals.hs @@ -1,4 +1,5 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- 1.7.10.4