X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FHtml.hs;h=2967c399aff83a0a9df0113a6d6536eeb0b1f932;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=a4d7f46f466347930eb672689333068fc66d19d9;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Text/Html.hs b/Text/Html.hs index a4d7f46..2967c39 100644 --- a/Text/Html.hs +++ b/Text/Html.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Text.Html -- Copyright : (c) Andy Gill, and the Oregon Graduate Institute of -- Science and Technology, 1999-2001 @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Html.hs,v 1.1 2001/08/01 13:53:07 simonmar Exp $ +-- $Id: Html.hs,v 1.2 2002/04/24 16:31:46 simonmar Exp $ -- -- An Html combinator library --