Avoid using deprecated flags
[ghc-prim.git] / GHC / Bool.hs
index f0b004f..c4389a4 100644 (file)
@@ -1,5 +1,5 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Bool where