X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEq.hs;h=e7b99f118f281e6437229b9ea13dd03b61b1b487;hb=41e8fba828acbae1751628af50849f5352b27873;hp=2020233d15cd03725c65a544e66a6e6ec32c3147;hpb=41f0208eabdb92852b6e463406aca68d32e08d8c;p=ghc-base.git diff --git a/Data/Eq.hs b/Data/Eq.hs index 2020233..e7b99f1 100644 --- a/Data/Eq.hs +++ b/Data/Eq.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Eq