X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FOrdering.hs;h=ebc1e23964930556013c17c560c4cce4f1641476;hb=bcc9812ad2e5a7ff2e3f0c6aa6cde365e52f4ef0;hp=8d627d45a5234f0cb52369cc6adad8f2692e028d;hpb=d82a98bda1b48769749ef777fbb48cc97ee2713a;p=ghc-prim.git diff --git a/GHC/Ordering.hs b/GHC/Ordering.hs index 8d627d4..ebc1e23 100644 --- a/GHC/Ordering.hs +++ b/GHC/Ordering.hs @@ -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 ()