X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FTypeable.hs;h=4614ab54f16c2003aba156f5e3c4320dd2ecd190;hb=10de2c656f74562b662c22928be85e1b3ccda796;hp=c0a8cf994f26c74c70cd56aa42b3ca98a7b22613;hpb=c36326afbc21d6e8c8b73bffd5f926f23f16a127;p=ghc-base.git diff --git a/Data/Typeable.hs b/Data/Typeable.hs index c0a8cf9..4614ab5 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -1,6 +1,6 @@ -{-# OPTIONS_GHC -fno-implicit-prelude -fallow-overlapping-instances -funbox-strict-fields #-} +{-# OPTIONS_GHC -XNoImplicitPrelude -XOverlappingInstances -funbox-strict-fields #-} --- The -fallow-overlapping-instances flag allows the user to over-ride +-- The -XOverlappingInstances flag allows the user to over-ride -- the instances for Typeable given here. In particular, we provide an instance -- instance ... => Typeable (s a) -- But a user might want to say