diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-03-20 22:30:11 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-03-20 22:30:11 +0000 |
commit | 76ca41c4746073c0dc31acd0fb651d06bca4243f (patch) | |
tree | 808a6a1d89252c57e343bdcaff52512fc78b7151 /haddock.cabal | |
parent | 8771bb0a27598470f034c93128ac6848180f76b1 (diff) |
First, experimental XHTML rendering
switch to using the xhtml package
copied Html.hs to Xhtml.hs
and split into sub-modules under Haddock/Backends/Xhtml
and detabify
moved footer into div, got ready for iface change
headers converted to semantic markup
contents in semantic markup
summary as semantic markup
description in semantic markup, info block in header fixed
factored out rendering so during debug it can be readable
(see renderToString)
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 706bcd75..6032da93 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -75,6 +75,7 @@ executable haddock pretty, containers, array, + xhtml >= 3000.2 && < 3000.3, Cabal >= 1.5, ghc >= 6.12 && < 6.14 |