diff options
author | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
commit | d436c70d43fb905c63220040168295e473f4b90a (patch) | |
tree | ce7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/main/DriverMkDepend.hs | |
parent | 0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff) | |
download | haskell-d436c70d43fb905c63220040168295e473f4b90a.tar.gz |
Trim unused imports detected by new unused-import code
Diffstat (limited to 'compiler/main/DriverMkDepend.hs')
-rw-r--r-- | compiler/main/DriverMkDepend.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index 2aa1aa2ea9..f1f4770623 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 |