X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRead.hs;h=16a4d158eeb701b09d543019d768c866bbc4d0e5;hb=a34fb5505b42a5f019d1fdf0dd586a5239400346;hp=5ba1fcb7fac853abba684f9b793e0568277126aa;hpb=5803fbf18934b2e3f5b911002a405b54f3afdb22;p=ghc-base.git diff --git a/Text/Read.hs b/Text/Read.hs index 5ba1fcb..16a4d15 100644 --- a/Text/Read.hs +++ b/Text/Read.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Text.Read @@ -9,6 +9,8 @@ -- Stability : provisional -- Portability : non-portable (uses Text.ParserCombinators.ReadP) -- +-- Converting strings to values. +-- -- The "Text.Read" library is the canonical library to import for -- 'Read'-class facilities. For GHC only, it offers an extended and much -- improved 'Read' class, which constitutes a proposed alternative to the