Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / Data / Either.hs
index fd6651f..1c12897 100644 (file)
@@ -1,4 +1,5 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE CPP, NoImplicitPrelude #-}
+
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Data.Either