[commit: base] master: Remove a redundant -fno-warn-unused-binds flag (68871b8)

Ian Lynagh igloo at earth.li
Wed Apr 27 03:22:51 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/68871b8dc3e82472e98cecdbf8e629091c83549e

>---------------------------------------------------------------

commit 68871b8dc3e82472e98cecdbf8e629091c83549e
Author: Ian Lynagh <igloo at earth.li>
Date:   Sun Apr 24 22:04:10 2011 +0100

    Remove a redundant -fno-warn-unused-binds flag

>---------------------------------------------------------------

 System/Posix/Internals.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs
index 9cc56c3..4a83635 100644
--- a/System/Posix/Internals.hs
+++ b/System/Posix/Internals.hs
@@ -1,5 +1,4 @@
 {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-}
-{-# OPTIONS_GHC -fno-warn-unused-binds #-}
 {-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------





More information about the Cvs-libraries mailing list