X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=34b8b66ca38c9a99692737f7aecf620032f9050d;hb=2e2d648415ec9af48500cef56ea026a4bb9c9b33;hp=004485f960c94ffb5454f10dec2500e7d8faa8a8;hpb=78dd998b27d7021bc690dc8a273d2f66c65e4834;p=ghc-base.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 004485f..34b8b66 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------- -- --- Module : Text.PrettyPrint.HughesPJ +-- 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.1 2001/08/17 12:46:40 simonmar Exp $ +-- $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