Add some GHC.Generics imports so we can find Inl etc where we need to
[ghc-prim.git] / GHC / Tuple.hs
index dac7a4f..01ece26 100644 (file)
@@ -15,6 +15,9 @@
 
 module GHC.Tuple where
 
+-- We need Inl etc behind the scenes for the tuple definitions
+import GHC.Generics ()
+
 default () -- Double and Inteegr aren't available yet
 
 data (,) a b = (,) a b