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