aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Decl.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/Decl.hs
parentdc977adf518ee91892b31846d6a25984c0aa3155 (diff)
rename Haddock.Backends.Xhtml.Util to Utils
Diffstat (limited to 'src/Haddock/Backends/Xhtml/Decl.hs')
-rw-r--r--src/Haddock/Backends/Xhtml/Decl.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Decl.hs b/src/Haddock/Backends/Xhtml/Decl.hs
index d9cd4d5d..8ebe8f6b 100644
--- a/src/Haddock/Backends/Xhtml/Decl.hs
+++ b/src/Haddock/Backends/Xhtml/Decl.hs
@@ -21,7 +21,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.GhcUtils
import Haddock.Types