diff options
author | David Waern <david.waern@gmail.com> | 2009-04-05 12:42:53 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-04-05 12:42:53 +0000 |
commit | a03f1b96b464b09ce9679bc1bbd45fea221e89b6 (patch) | |
tree | 68db394aba381463ea3e36aa884ec19a332f351f /src/Haddock/Interface.hs | |
parent | 90550317d75261e4f32b1f8aedb5ef81d8e65bf8 (diff) |
Move H.GHC.Utils to H.GhcUtils
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r-- | src/Haddock/Interface.hs | 2 |
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 |