X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FShow.hs;h=4d23e578dff1a4ffb06c4991fffb041c4a39945c;hb=b77972bb8793136b82db08061fc2b1703499880a;hp=d540a1d077c84818c834e420306f6bedc2606789;hpb=10de2c656f74562b662c22928be85e1b3ccda796;p=ghc-base.git diff --git a/Text/Show.hs b/Text/Show.hs index d540a1d..4d23e57 100644 --- a/Text/Show.hs +++ b/Text/Show.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Text.Show