aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-04-05 12:42:53 +0000
committerDavid Waern <david.waern@gmail.com>2009-04-05 12:42:53 +0000
commita03f1b96b464b09ce9679bc1bbd45fea221e89b6 (patch)
tree68db394aba381463ea3e36aa884ec19a332f351f /src/Haddock/Interface.hs
parent90550317d75261e4f32b1f8aedb5ef81d8e65bf8 (diff)
Move H.GHC.Utils to H.GhcUtils
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r--src/Haddock/Interface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs
index 79bb00cf..b5f73ddb 100644
--- a/src/Haddock/Interface.hs
+++ b/src/Haddock/Interface.hs
@@ -19,7 +19,7 @@ import Haddock.Interface.AttachInstances
import Haddock.Interface.Rename
import Haddock.Types
import Haddock.Options
-import Haddock.GHC.Utils
+import Haddock.GhcUtils
import Haddock.Utils
import Haddock.InterfaceFile