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 | |
parent | 90550317d75261e4f32b1f8aedb5ef81d8e65bf8 (diff) |
Move H.GHC.Utils to H.GhcUtils
Diffstat (limited to 'src/Haddock/Interface')
-rw-r--r-- | src/Haddock/Interface/Create.hs | 2 | ||||
-rw-r--r-- | src/Haddock/Interface/Rename.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index e5beffd1..0b271900 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -10,7 +10,7 @@ module Haddock.Interface.Create (createInterface) where import Haddock.Types import Haddock.Options -import Haddock.GHC.Utils +import Haddock.GhcUtils import Haddock.Utils import qualified Data.Map as Map diff --git a/src/Haddock/Interface/Rename.hs b/src/Haddock/Interface/Rename.hs index 7a9a3292..733a372f 100644 --- a/src/Haddock/Interface/Rename.hs +++ b/src/Haddock/Interface/Rename.hs @@ -9,7 +9,7 @@ module Haddock.Interface.Rename (renameInterface) where import Haddock.Types -import Haddock.GHC.Utils +import Haddock.GhcUtils import GHC hiding (NoLink) import Name |