X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=647bcd7717f529fabf63afa1de7f024543d8be17;hb=a70f356e023abdd0abb130cc149b0e3de7469044;hp=34b8b66ca38c9a99692737f7aecf620032f9050d;hpb=50544355a7e09e4771d55f6f4679c77216a27f05;p=haskell-directory.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 34b8b66..647bcd7 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -1,18 +1,16 @@ ----------------------------------------------------------------------------- --- +-- | -- 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. +-- 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. -- -----------------------------------------------------------------------------