34b8b66ca38c9a99692737f7aecf620032f9050d
[ghc-base.git] / Text / PrettyPrint.hs
1 -----------------------------------------------------------------------------
2 -- 
3 -- Module      :  Text.PrettyPrint
4 -- Copyright   :  (c) The University of Glasgow 2001
5 -- License     :  BSD-style (see the file libraries/core/LICENSE)
6 -- 
7 -- Maintainer  :  libraries@haskell.org
8 -- Stability   :  experimental
9 -- Portability :  portable
10 --
11 -- $Id: PrettyPrint.hs,v 1.2 2001/09/13 11:39:14 simonmar Exp $
12 --
13 -- Re-export of Text.PrettyPrint.HughesPJ to provide a default
14 -- pretty-printing library.  Marked experimental at the moment so we
15 -- can change the default later if necessary.
16 --
17 -----------------------------------------------------------------------------
18
19 module Text.PrettyPrint ( 
20         module Text.PrettyPrint.HughesPJ
21  ) where
22
23 import Prelude
24 import Text.PrettyPrint.HughesPJ