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