Avoid using deprecated flags
[ghc-base.git] / Text / ParserCombinators / ReadP.hs
index d0743e7..b2414f7 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fglasgow-exts -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fglasgow-exts -XNoImplicitPrelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Text.ParserCombinators.ReadP