Avoid using deprecated flags
[ghc-base.git] / GHC / TopHandler.lhs-boot
index af6170a..0340af2 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 module GHC.TopHandler ( reportError, reportStackOverflow ) where
 
 import GHC.Exception ( Exception )