X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=647bcd7717f529fabf63afa1de7f024543d8be17;hb=26d2805a6e58822d246cf9601fb226b0861e7f65;hp=004485f960c94ffb5454f10dec2500e7d8faa8a8;hpb=78dd998b27d7021bc690dc8a273d2f66c65e4834;p=haskell-directory.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 004485f..647bcd7 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -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. -- -----------------------------------------------------------------------------