Remove an unnecessary -fno-warn-unused-binds flag
authorIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 19:32:07 +0000 (20:32 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 19:32:07 +0000 (20:32 +0100)
System/Posix/Types.hs

index d5d26c6..9bb85e2 100644 (file)
@@ -3,7 +3,6 @@
            , MagicHash
            , GeneralizedNewtypeDeriving
   #-}
-{-# OPTIONS_GHC -fno-warn-unused-binds #-}
 #ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-}
 #endif