X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint.hs;h=c40f85c2ad7af31dba5a6ad3abe643162d01e93e;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=7f730ca1ede13c0ae5a3627d4cffee0b51347203;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index 7f730ca..c40f85c 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -2,14 +2,12 @@ -- | -- 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.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.