diff options
Diffstat (limited to 'libraries/base/Text/PrettyPrint.hs')
-rw-r--r-- | libraries/base/Text/PrettyPrint.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Text/PrettyPrint.hs b/libraries/base/Text/PrettyPrint.hs index 7f730ca1ed..00a3b57529 100644 --- a/libraries/base/Text/PrettyPrint.hs +++ b/libraries/base/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. |