1 -----------------------------------------------------------------------------
3 -- Module : Text.PrettyPrint
4 -- Copyright : (c) The University of Glasgow 2001
5 -- License : BSD-style (see the file libraries/base/LICENSE)
7 -- Maintainer : libraries@haskell.org
8 -- Stability : experimental
9 -- Portability : portable
11 -- Re-export of "Text.PrettyPrint.HughesPJ" to provide a default
12 -- pretty-printing library. Marked experimental at the moment; the
13 -- default library might change at a later date.
15 -----------------------------------------------------------------------------
17 module Text.PrettyPrint (
18 module Text.PrettyPrint.HughesPJ
22 import Text.PrettyPrint.HughesPJ