summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
committersimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
commitd436c70d43fb905c63220040168295e473f4b90a (patch)
treece7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/ghci/Debugger.hs
parent0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff)
downloadhaskell-d436c70d43fb905c63220040168295e473f4b90a.tar.gz
Trim unused imports detected by new unused-import code
Diffstat (limited to 'compiler/ghci/Debugger.hs')
-rw-r--r--compiler/ghci/Debugger.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs
index 98517ae15b..504dc1dfbd 100644
--- a/compiler/ghci/Debugger.hs
+++ b/compiler/ghci/Debugger.hs
@@ -20,18 +20,18 @@ import Id
import Name
import Var hiding ( varName )
import VarSet
-import Name
+-- import Name
import UniqSupply
import TcType
import GHC
-import DynFlags
+-- import DynFlags
import InteractiveEval
import Outputable
-import SrcLoc
+-- import SrcLoc
import PprTyThing
import MonadUtils
-import Exception
+-- import Exception
import Control.Monad
import Data.List
import Data.Maybe