[commit: ghc] master: Remove unused import (998a633)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/998a633764db8cea2b650b59be3d2ac6d300465e >--------------------------------------------------------------- commit 998a633764db8cea2b650b59be3d2ac6d300465e Author: Ian Lynagh <[email protected]> Date: Mon Sep 17 18:51:50 2012 +0100 Remove unused import >--------------------------------------------------------------- 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 cd46ec3..ab7fcd1 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