X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRead.hs;h=c2fc39b6d25888d01340e291bf4044082c060b2e;hb=809e77928b69c489681f17599350b4c04323514b;hp=bf70920138eeaa22d8e5e0434d8560eb1c86a8c7;hpb=2ed749d45e044d5793a8d150c3ee226aca206773;p=ghc-base.git diff --git a/Text/Read.hs b/Text/Read.hs index bf70920..c2fc39b 100644 --- a/Text/Read.hs +++ b/Text/Read.hs @@ -28,12 +28,14 @@ module Text.Read ( readParen, -- :: Bool -> ReadS a -> ReadS a lex, -- :: ReadS String +#ifdef __GLASGOW_HASKELL__ -- * New parsing functions module Text.ParserCombinators.ReadPrec, L.Lexeme(..), lexP, -- :: ReadPrec Lexeme readListDefault, -- :: Read a => ReadS [a] readListPrecDefault, -- :: Read a => ReadPrec [a] +#endif ) where