From 68871b8dc3e82472e98cecdbf8e629091c83549e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 24 Apr 2011 22:04:10 +0100 Subject: [PATCH] Remove a redundant -fno-warn-unused-binds flag --- System/Posix/Internals.hs | 1 - 1 file changed, 1 deletion(-) 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 #-} ----------------------------------------------------------------------------- -- 1.7.10.4