aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/DocMarkup.hs
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-05-24 13:13:42 +0000
committerMark Lentczner <markl@glyphic.com>2010-05-24 13:13:42 +0000
commita18e08392f7f75d03352bed6d97fc90f89b215ac (patch)
tree572cad41af227e1f48910d5e6d2648726b0beeb2 /src/Haddock/Backends/Xhtml/DocMarkup.hs
parentbaa8453620fc1a69cecf6c888410242d6c5cce10 (diff)
merge in changes from the big-whitespace cleanup
Diffstat (limited to 'src/Haddock/Backends/Xhtml/DocMarkup.hs')
-rw-r--r--src/Haddock/Backends/Xhtml/DocMarkup.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Haddock/Backends/Xhtml/DocMarkup.hs b/src/Haddock/Backends/Xhtml/DocMarkup.hs
index 3e925ce0..fda7c7d2 100644
--- a/src/Haddock/Backends/Xhtml/DocMarkup.hs
+++ b/src/Haddock/Backends/Xhtml/DocMarkup.hs
@@ -10,8 +10,11 @@
-- Stability : experimental
-- Portability : portable
-----------------------------------------------------------------------------
-
-module Haddock.Backends.Xhtml.DocMarkup where
+module Haddock.Backends.Xhtml.DocMarkup (
+ docToHtml, maybeDocToHtml,
+ rdrDocToHtml,
+ origDocToHtml
+) where
import Haddock.Backends.Xhtml.Names
import Haddock.Backends.Xhtml.Util