X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FShow.hs;h=4d23e578dff1a4ffb06c4991fffb041c4a39945c;hb=dc3ea0d9917409c2f1cc90a4a8d629b3ee4d4ba5;hp=5ae6288b6a455b91cdf3554f219f1b0dc705a400;hpb=fc6c3c6e5a508b74bed8559c2e4ff6bf74b9ae92;p=ghc-base.git diff --git a/Text/Show.hs b/Text/Show.hs index 5ae6288..4d23e57 100644 --- a/Text/Show.hs +++ b/Text/Show.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Text.Show