X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEither.hs;h=0c5e15347883878eca0ee28534ecd727d1ef24b5;hb=202065fe56bd604d26d1924cbc9c0959266ca7ea;hp=d6261b6f8d0d99f9bd4162df542fae519e61d672;hpb=b617c4a2549ae2db550c171599b0244f9459753c;p=ghc-base.git diff --git a/Data/Either.hs b/Data/Either.hs index d6261b6..0c5e153 100644 --- a/Data/Either.hs +++ b/Data/Either.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Either