X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FShow.hs;h=3f2e1a78237ca64b872f82567c32999257981a71;hb=852e5b04e8a8ed6a2d71bfecda76a31c438a1fdb;hp=87597c0d8a400d4b92317c71fac2142e5dbcfc96;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Text/Show.hs b/Text/Show.hs index 87597c0..3f2e1a7 100644 --- a/Text/Show.hs +++ b/Text/Show.hs @@ -3,14 +3,12 @@ -- | -- Module : Text.Show -- 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: Show.hs,v 1.3 2002/04/24 16:31:46 simonmar Exp $ --- -- The Show class and associated functions. -- -----------------------------------------------------------------------------