Avoid using deprecated flags
[ghc-base.git] / Data / Typeable.hs-boot
index d9bc373..4088389 100644 (file)
@@ -1,5 +1,5 @@
 
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module Data.Typeable where