Remove an unnecessary -fno-warn-orphans flag
authorIan Lynagh <igloo@earth.li>
Thu, 26 Nov 2009 12:34:04 +0000 (12:34 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 26 Nov 2009 12:34:04 +0000 (12:34 +0000)
GHC/IO.hs

index 9615953..578d2d2 100644 (file)
--- 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 #-}
 -----------------------------------------------------------------------------