Fix warnings in ghc-prim modules
[ghc-prim.git] / GHC / Bool.hs
index f0b004f..39cb5e1 100644 (file)
@@ -1,10 +1,10 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Bool where
 
 -- We need Inl etc behind the scenes for the Bool definition
-import GHC.Generics
+import GHC.Generics ()
 
 default ()