X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRead%2FLex.hs;h=ff63aa1bc40ceede699573e23c5756bba5e42d20;hb=14c3d7f368a6ec5e760b2fd57218171eeaf53a29;hp=9be4220c5ccd3bc7bc340f785930a6d29a4007d0;hpb=befea6c341289c072692ceb50ca16de3271cd43b;p=ghc-base.git diff --git a/Text/Read/Lex.hs b/Text/Read/Lex.hs index 9be4220..ff63aa1 100644 --- a/Text/Read/Lex.hs +++ b/Text/Read/Lex.hs @@ -34,7 +34,8 @@ import Text.ParserCombinators.ReadP #ifdef __GLASGOW_HASKELL__ import GHC.Base import GHC.Num( Num(..), Integer ) -import GHC.Show( Show(.. ), isSpace, isAlpha, isAlphaNum ) +import GHC.Show( Show(..) ) +import {-# SOURCE #-} GHC.Unicode ( isSpace, isAlpha, isAlphaNum ) import GHC.Real( Ratio(..), Integral, Rational, (%), fromIntegral, toInteger, (^), (^^), infinity, notANumber ) import GHC.List