We should not use XGenerics in ghc-prim, for now at least.
[ghc-prim.git] / GHC / Types.hs
index 0d7d7f8..ca63c31 100644 (file)
@@ -15,6 +15,7 @@
 -----------------------------------------------------------------------------
 
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# OPTIONS_GHC -XNoGenerics        #-}
 
 module GHC.Types (Bool(..), Char(..), Int(..), Float(..), Double(..), IO(..)) where