summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-08 13:00:47 +0000
committerIan Lynagh <igloo@earth.li>2011-01-08 13:00:47 +0000
commit5100993061f3c7ce3ac19005d88f8299bc54b797 (patch)
treecc7cc43ebc851de8c7c089c22b929e0f927856d8 /ghc
parent6d8766694198aff945f108745f5c43e100ad15a2 (diff)
downloadhaskell-5100993061f3c7ce3ac19005d88f8299bc54b797.tar.gz
Remove redundant import
Diffstat (limited to 'ghc')
-rw-r--r--ghc/InteractiveUI.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index ad46afbe58..eaf2d2d559 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -44,7 +44,6 @@ import Name
import SrcLoc
-- Other random utilities
-import CmdLineParser
import Digraph
import BasicTypes hiding (isTopLevel)
import Panic hiding (showException)