[project @ 2005-02-07 09:56:42 by ross]
[ghc-base.git] / Text / PrettyPrint.hs
index 004485f..647bcd7 100644 (file)
@@ -1,18 +1,16 @@
 -----------------------------------------------------------------------------
--- 
--- Module      :  Text.PrettyPrint.HughesPJ
+-- |
+-- 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.1 2001/08/17 12:46:40 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.
+-- Re-export of "Text.PrettyPrint.HughesPJ" to provide a default
+-- pretty-printing library.  Marked experimental at the moment; the 
+-- default library might change at a later date.
 --
 -----------------------------------------------------------------------------