From: simonmar Date: Tue, 28 May 2002 11:21:56 +0000 (+0000) Subject: [project @ 2002-05-28 11:21:56 by simonmar] X-Git-Tag: nhc98-1-18-release~1005 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=20193cbcceb5e8dcd0d8a7b90a3a583fffb9a188;p=haskell-directory.git [project @ 2002-05-28 11:21:56 by simonmar] tweak documentationa --- diff --git a/Text/PrettyPrint.hs b/Text/PrettyPrint.hs index c40f85c..647bcd7 100644 --- a/Text/PrettyPrint.hs +++ b/Text/PrettyPrint.hs @@ -8,9 +8,9 @@ -- Stability : experimental -- Portability : portable -- --- 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. -- -----------------------------------------------------------------------------