Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / GHC / IO / BufferedIO.hs
index 584f5a7..874a02d 100644 (file)
@@ -1,4 +1,6 @@
-{-# OPTIONS_GHC  -XNoImplicitPrelude -funbox-strict-fields #-}
+{-# LANGUAGE NoImplicitPrelude #-}
+{-# OPTIONS_GHC -funbox-strict-fields #-}
+
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.IO.BufferedIO