diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-24 22:04:10 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-24 22:04:10 +0100 |
commit | 366bda5afeb65affe2788f93c67e7e82abaf3f8c (patch) | |
tree | 876de030b62dacf27f91c16d38fe4564adf5c31d /libraries/base/System/Posix/Internals.hs | |
parent | 6984014f3f4824a600df32f6beb9a5cc6a6a7509 (diff) | |
download | haskell-366bda5afeb65affe2788f93c67e7e82abaf3f8c.tar.gz |
Remove a redundant -fno-warn-unused-binds flag
Diffstat (limited to 'libraries/base/System/Posix/Internals.hs')
-rw-r--r-- | libraries/base/System/Posix/Internals.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/System/Posix/Internals.hs b/libraries/base/System/Posix/Internals.hs index 9cc56c3005..4a83635983 100644 --- a/libraries/base/System/Posix/Internals.hs +++ b/libraries/base/System/Posix/Internals.hs @@ -1,5 +1,4 @@ {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-} -{-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- |