Remove redundant import
authorIan Lynagh <igloo@earth.li>
Sat, 8 Jan 2011 13:00:47 +0000 (13:00 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 8 Jan 2011 13:00:47 +0000 (13:00 +0000)
ghc/InteractiveUI.hs

index ad46afb..eaf2d2d 100644 (file)
@@ -44,7 +44,6 @@ import Name
 import SrcLoc
 
 -- Other random utilities
-import CmdLineParser
 import Digraph
 import BasicTypes hiding (isTopLevel)
 import Panic      hiding (showException)