[project @ 2003-08-19 16:39:13 by simonmar]
[ghc-base.git] / Text / Read / Lex.hs
index 9be4220..ff63aa1 100644 (file)
@@ -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