[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Text / Show.hs
index 17e9f44..3f2e1a7 100644 (file)
@@ -1,16 +1,14 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- 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.2 2001/07/04 12:06:33 simonmar Exp $
---
 -- The Show class and associated functions.
 --
 -----------------------------------------------------------------------------