diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-19 06:56:15 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-19 06:56:15 +0000 |
commit | 9467493f0656f06773d75f1cd633294631dff083 (patch) | |
tree | 8edad8c546a8d8c25324fc808a8e98df8b8e5264 /src/Haddock/Backends/Xhtml/Layout.hs | |
parent | dc977adf518ee91892b31846d6a25984c0aa3155 (diff) |
rename Haddock.Backends.Xhtml.Util to Utils
Diffstat (limited to 'src/Haddock/Backends/Xhtml/Layout.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml/Layout.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Layout.hs b/src/Haddock/Backends/Xhtml/Layout.hs index ade5a266..321d2f66 100644 --- a/src/Haddock/Backends/Xhtml/Layout.hs +++ b/src/Haddock/Backends/Xhtml/Layout.hs @@ -37,7 +37,7 @@ module Haddock.Backends.Xhtml.Layout ( import Haddock.Backends.Xhtml.DocMarkup import Haddock.Backends.Xhtml.Types -import Haddock.Backends.Xhtml.Util +import Haddock.Backends.Xhtml.Utils import Haddock.Types import Text.XHtml hiding ( name, title, p, quote ) |