X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEither.hs;h=1c12897eaad3230d83b9111be1e0d4a3d6b82f9e;hb=41e8fba828acbae1751628af50849f5352b27873;hp=fd6651f4cce86ff02451f1803c2b1d71174e209b;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;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