Avoid using deprecated flags
[ghc-base.git] / GHC / Unicode.hs-boot
index cc67ac8..12f3e23 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Unicode where
 import GHC.Base( Char, Bool )