From: Ian Lynagh Date: Thu, 26 Nov 2009 12:34:04 +0000 (+0000) Subject: Remove an unnecessary -fno-warn-orphans flag X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e7d5994e8dbb5ffea6b3912550971bd170e5e01d;p=ghc-base.git Remove an unnecessary -fno-warn-orphans flag --- diff --git a/GHC/IO.hs b/GHC/IO.hs index 9615953..578d2d2 100644 --- a/GHC/IO.hs +++ b/GHC/IO.hs @@ -1,4 +1,3 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -XNoImplicitPrelude -funbox-strict-fields -XBangPatterns #-} {-# OPTIONS_HADDOCK hide #-} -----------------------------------------------------------------------------