[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Text / PrettyPrint.hs
index 34b8b66..c40f85c 100644 (file)
@@ -1,15 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Text.PrettyPrint
 -- 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   :  experimental
 -- Portability :  portable
 --
--- $Id: PrettyPrint.hs,v 1.2 2001/09/13 11:39:14 simonmar Exp $
---
 -- Re-export of Text.PrettyPrint.HughesPJ to provide a default
 -- pretty-printing library.  Marked experimental at the moment so we
 -- can change the default later if necessary.