X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FShow.hs;h=87597c0d8a400d4b92317c71fac2142e5dbcfc96;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=17e9f44fa0fdb2e0331ca0370c8ed8970e11a388;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Text/Show.hs b/Text/Show.hs index 17e9f44..87597c0 100644 --- a/Text/Show.hs +++ b/Text/Show.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Text.Show -- 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: Show.hs,v 1.2 2001/07/04 12:06:33 simonmar Exp $ +-- $Id: Show.hs,v 1.3 2002/04/24 16:31:46 simonmar Exp $ -- -- The Show class and associated functions. --