diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-17 18:51:50 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-17 18:56:02 +0100 |
commit | 998a633764db8cea2b650b59be3d2ac6d300465e (patch) | |
tree | bb00a139756797a137d20754895e9281b33754c3 | |
parent | f21dabc31b1125692d804f93ef470fe555f846ad (diff) | |
download | haskell-998a633764db8cea2b650b59be3d2ac6d300465e.tar.gz |
Remove unused import
-rw-r--r-- | compiler/ghci/DebuggerUtils.hs | 1 |
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 |