X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDriverMkDepend.hs;h=f1f4770623b8cc282c6ca452572d41d2f4ea83ce;hb=930421d4ed09e5389e0ef4c5eef36075a6809cc0;hp=2aa1aa2ea93b73fbeeae730a0104d7eb57687849;hpb=9d0c8f842e35dde3d570580cf62a32779f66a6de;p=ghc-hetmet.git diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index 2aa1aa2..f1f4770 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 GHC ( ModSummary(..), GhcMonad ) import HsSyn ( ImportDecl(..) ) import PrelNames import DynFlags @@ -35,7 +35,7 @@ import FastString import Exception import ErrUtils -import MonadUtils ( liftIO ) +-- import MonadUtils ( liftIO ) import System.Directory import System.FilePath