We should not use XGenerics in ghc-prim, for now at least.
[ghc-prim.git] / GHC / Generics.hs
index c1b962d..9dde8b1 100644 (file)
@@ -21,6 +21,7 @@ data (:*:) a b = a :*: b
 {-# OPTIONS_GHC -XTypeOperators          #-}
 {-# OPTIONS_GHC -XKindSignatures         #-}
 {-# OPTIONS_GHC -XFunctionalDependencies #-}
+{-# OPTIONS_GHC -XNoGenerics             #-}
 
 module GHC.Generics  (
   -- * Generic representation types