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/Html.hs | |
parent | e2973c8216a1bf96afb9247364b891e28399241d (diff) |
Position of module header, this time in the HTML backends
Diffstat (limited to 'src/Haddock/Backends/Html.hs')
-rw-r--r-- | src/Haddock/Backends/Html.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Html.hs b/src/Haddock/Backends/Html.hs index 8df0c84a..3a334475 100644 --- a/src/Haddock/Backends/Html.hs +++ b/src/Haddock/Backends/Html.hs @@ -9,7 +9,6 @@ -- Stability : experimental -- Portability : portable ----------------------------------------------------------------------------- - module Haddock.Backends.Html ( ppHtml, copyHtmlBits, ppHtmlIndex, ppHtmlContents, |