X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRead%2FLex.hs;h=222d6cf06dbbe9c0fae148002fbf3e51651c1353;hb=41e8fba828acbae1751628af50849f5352b27873;hp=33291354b859d7342530db7b4f3455770462ba2e;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Text/Read/Lex.hs b/Text/Read/Lex.hs index 3329135..222d6cf 100644 --- a/Text/Read/Lex.hs +++ b/Text/Read/Lex.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Text.Read.Lex