warning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
[ghc-base.git] / GHC / IO / Handle / Types.hs
index 6566619..0a56d9a 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-implicit-prelude -funbox-strict-fields #-}
+{-# OPTIONS_GHC  -XNoImplicitPrelude -funbox-strict-fields #-}
 {-# OPTIONS_HADDOCK hide #-}
 -----------------------------------------------------------------------------
 -- |