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