Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / GHC / Ordering.hs
index 8d627d4..ebc1e23 100644 (file)
@@ -1,10 +1,10 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Ordering where
 
 -- We need Inl etc behind the scenes for the Ordering definition
-import GHC.Generics
+import GHC.Generics ()
 
 default ()