Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / GHC / Types.hs
index 0d7d7f8..59ce386 100644 (file)
@@ -20,7 +20,7 @@ module GHC.Types (Bool(..), Char(..), Int(..), Float(..), Double(..), IO(..)) wh
 
 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 :