Fix warnings in ghc-prim modules
[ghc-prim.git] / GHC / Bool.hs
index c4389a4..39cb5e1 100644 (file)
@@ -4,7 +4,7 @@
 module GHC.Bool where
 
 -- We need Inl etc behind the scenes for the Bool definition
-import GHC.Generics
+import GHC.Generics ()
 
 default ()