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