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