X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=00a3b5752987c107fe3360b4a95992ec2467bca0;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=7f730ca1ede13c0ae5a3627d4cffee0b51347203;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 7f730ca..00a3b57 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : portable -- --- $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 -- can change the default later if necessary.