X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDriverMkDepend.hs;h=1694aba9b87577cca5778647948d7582a861d4e2;hp=48617ec50c67bdc29886957c6b28b207c368d1ca;hb=b2524b3960999fffdb3767900f58825903f6560f;hpb=4917397e279b0aa755eb09e1ca62913237132895 diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index 48617ec..1694aba 100644 --- a/compiler/main/DriverMkDepend.hs +++ b/compiler/main/DriverMkDepend.hs @@ -16,7 +16,7 @@ module DriverMkDepend ( #include "HsVersions.h" import qualified GHC --- import GHC ( ModSummary(..), GhcMonad ) +import GhcMonad import HsSyn ( ImportDecl(..) ) import DynFlags import Util @@ -34,7 +34,6 @@ import FastString import Exception import ErrUtils --- import MonadUtils ( liftIO ) import System.Directory import System.FilePath