diff options
author | David Waern <david.waern@gmail.com> | 2010-05-13 19:41:32 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-05-13 19:41:32 +0000 |
commit | 481c674d426c1c6cadb80d4baabcef049b426259 (patch) | |
tree | 94e8561b27900a0dbbd4164464a71f7f4b1fcb91 /src/Haddock/Backends/Xhtml.hs | |
parent | e2973c8216a1bf96afb9247364b891e28399241d (diff) |
Position of module header, this time in the HTML backends
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs index 630a603e..461c7b40 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -10,7 +10,6 @@ -- Stability : experimental -- Portability : portable ----------------------------------------------------------------------------- - module Haddock.Backends.Xhtml ( ppHtml, copyHtmlBits, ppHtmlIndex, ppHtmlContents, |