From a03f1b96b464b09ce9679bc1bbd45fea221e89b6 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 5 Apr 2009 12:42:53 +0000 Subject: Move H.GHC.Utils to H.GhcUtils --- src/Haddock/Interface/Create.hs | 2 +- src/Haddock/Interface/Rename.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Haddock/Interface') 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 -- cgit v1.2.3