haskell-xhtml (13) unstable; urgency=low
* Allow ghc6 6.13 to provide haddock.
-- David Fox Mon, 15 Feb 2010 13:32:13 -0800
haskell-xhtml (12) unstable; urgency=low
* Remove fixshow.diff from patch list.
-- David Fox Tue, 28 Jul 2009 21:26:46 -0700
haskell-xhtml (11) unstable; urgency=low
* Split htmlattr.diff into bareattr.diff and fixshow.diff.
-- David Fox Fri, 24 Jul 2009 12:19:14 -0700
haskell-xhtml (10) unstable; urgency=low
* Change stringToHtmlString so it encodes all characters < 128 rather
than < 255.
-- David Fox Sun, 11 Jan 2009 11:08:52 -0800
haskell-xhtml (9) unstable; urgency=low
* Change architecture of doc package from all to any.
-- David Fox Sun, 21 Sep 2008 06:35:28 -0700
haskell-xhtml (8) unstable; urgency=low
* Relax dependencies to build ghc683.
-- David Fox Fri, 29 Aug 2008 06:36:21 -0700
haskell-xhtml (7) unstable; urgency=low
* Change to support haddock 2.1.
-- David Fox Sun, 01 Jun 2008 16:40:17 +0000
haskell-xhtml (6) unstable; urgency=low
* Add bareHtml, which doesn't put quotes around the attribute value.
-- David Fox Mon, 7 Jan 2008 00:06:59 +0000
haskell-xhtml (5) unstable; urgency=low
* Use showHtml instead of show to implement htmlAttr
-- David Fox Mon, 3 Dec 2007 16:28:42 -0800
haskell-xhtml (4) unstable; urgency=low
* Add Eq to list of derived classes.
-- David Fox Mon, 3 Dec 2007 15:50:13 -0800
haskell-xhtml (3) unstable; urgency=low
* Remove the Html Show instance, we need the standard versions
of Read and Show so we can convert HTML to haskell code.
-- David Fox Mon, 3 Dec 2007 15:16:16 -0800
haskell-xhtml (2) unstable; urgency=low
* Rename strAttr' to htmlAttr, and make the signature
String -> Html -> HtmlAttr. This allows us to use primitive
html characters like "times;" in an attribute.
-- David Fox Wed, 28 Nov 2007 03:24:06 -0800
haskell-xhtml (1) unstable; urgency=low
* Add a strAttr' function that doesn't encode its second argument.
-- David Fox Tue, 27 Nov 2007 16:25:38 -0800