From f1e42c577e66fbff2b8d95fdf186378fe222ac6a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 24 Apr 2011 20:32:07 +0100 Subject: [PATCH] Remove an unnecessary -fno-warn-unused-binds flag --- System/Posix/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index d5d26c6..9bb85e2 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -3,7 +3,6 @@ , MagicHash , GeneralizedNewtypeDeriving #-} -{-# OPTIONS_GHC -fno-warn-unused-binds #-} #ifdef __GLASGOW_HASKELL__ {-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-} #endif -- 1.7.10.4