From: simonmar Date: Thu, 13 Sep 2001 11:39:14 +0000 (+0000) Subject: [project @ 2001-09-13 11:39:14 by simonmar] X-Git-Tag: nhc98-1-18-release~1167 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=50544355a7e09e4771d55f6f4679c77216a27f05;p=haskell-directory.git [project @ 2001-09-13 11:39:14 by simonmar] Fix the module header --- 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