We should not use XGenerics in ghc-prim, for now at least.
[ghc-prim.git] / GHC / Unit.hs
index 09ebe73..976881b 100644 (file)
@@ -1,5 +1,6 @@
 
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# OPTIONS_GHC -XNoGenerics        #-}
 
 module GHC.Unit where