X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRead.hs;h=e0c1d24d1acdf86b629078790928c484f4d53d6f;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=47813eb424c37b8f4edd052b3334d005189bcd8d;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Text/Read.hs b/Text/Read.hs index 47813eb..e0c1d24 100644 --- a/Text/Read.hs +++ b/Text/Read.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Text.Read -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Read.hs,v 1.1 2001/06/28 14:15:04 simonmar Exp $ +-- $Id: Read.hs,v 1.2 2002/04/24 16:31:46 simonmar Exp $ -- -- Exiting the program. --