From 50544355a7e09e4771d55f6f4679c77216a27f05 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 13 Sep 2001 11:39:14 +0000 Subject: [PATCH] [project @ 2001-09-13 11:39:14 by simonmar] Fix the module header --- Text/PrettyPrint.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4