X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=7f730ca1ede13c0ae5a3627d4cffee0b51347203;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=34b8b66ca38c9a99692737f7aecf620032f9050d;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 34b8b66..7f730ca 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Text.PrettyPrint -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: PrettyPrint.hs,v 1.2 2001/09/13 11:39:14 simonmar Exp $ +-- $Id: PrettyPrint.hs,v 1.3 2002/04/24 16:31:46 simonmar Exp $ -- -- Re-export of Text.PrettyPrint.HughesPJ to provide a default -- pretty-printing library. Marked experimental at the moment so we