Roll back generics changes in the HEAD repos
[ghc-prim.git] / GHC / Types.hs
index ca63c31..59ce386 100644 (file)
 -----------------------------------------------------------------------------
 
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
-{-# OPTIONS_GHC -XNoGenerics        #-}
 
 module GHC.Types (Bool(..), Char(..), Int(..), Float(..), Double(..), IO(..)) where
 
 import GHC.Prim
 -- We need Inl etc behind the scenes for the type definitions
-import GHC.Generics () -- JPM: Do we really need this?
+import GHC.Generics ()
 
 infixr 5 :