Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / System / IO / Error.hs
index d1c4e47..a5aba92 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE CPP, NoImplicitPrelude #-}
 
 -----------------------------------------------------------------------------
 -- |