summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-09-17 18:51:50 +0100
committerIan Lynagh <ian@well-typed.com>2012-09-17 18:56:02 +0100
commit998a633764db8cea2b650b59be3d2ac6d300465e (patch)
treebb00a139756797a137d20754895e9281b33754c3
parentf21dabc31b1125692d804f93ef470fe555f846ad (diff)
downloadhaskell-998a633764db8cea2b650b59be3d2ac6d300465e.tar.gz
Remove unused import
-rw-r--r--compiler/ghci/DebuggerUtils.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/DebuggerUtils.hs b/compiler/ghci/DebuggerUtils.hs
index cd46ec311e..ab7fcd1764 100644
--- a/compiler/ghci/DebuggerUtils.hs
+++ b/compiler/ghci/DebuggerUtils.hs
@@ -14,7 +14,6 @@ import Module
import OccName
import Name
import Outputable
-import MonadUtils ()
import Util
import Data.Char