X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEither.hs;h=1c12897eaad3230d83b9111be1e0d4a3d6b82f9e;hb=41e8fba828acbae1751628af50849f5352b27873;hp=fd6651f4cce86ff02451f1803c2b1d71174e209b;hpb=1e6808d17721a45bb770c1d68a3209f60f636dab;p=ghc-base.git diff --git a/Data/Either.hs b/Data/Either.hs index fd6651f..1c12897 100644 --- a/Data/Either.hs +++ b/Data/Either.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Either