aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml.hs
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-19 06:56:15 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-19 06:56:15 +0000
commit9467493f0656f06773d75f1cd633294631dff083 (patch)
tree8edad8c546a8d8c25324fc808a8e98df8b8e5264 /src/Haddock/Backends/Xhtml.hs
parentdc977adf518ee91892b31846d6a25984c0aa3155 (diff)
rename Haddock.Backends.Xhtml.Util to Utils
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r--src/Haddock/Backends/Xhtml.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs
index a8e2e8e0..0359c583 100644
--- a/src/Haddock/Backends/Xhtml.hs
+++ b/src/Haddock/Backends/Xhtml.hs
@@ -27,7 +27,7 @@ import Haddock.Backends.Xhtml.DocMarkup
import Haddock.Backends.Xhtml.Layout
import Haddock.Backends.Xhtml.Names
import Haddock.Backends.Xhtml.Types
-import Haddock.Backends.Xhtml.Util
+import Haddock.Backends.Xhtml.Utils
import Haddock.ModuleTree
import Haddock.Types
import Haddock.Version