diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-08 13:00:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-08 13:00:47 +0000 |
commit | 5100993061f3c7ce3ac19005d88f8299bc54b797 (patch) | |
tree | cc7cc43ebc851de8c7c089c22b929e0f927856d8 /ghc | |
parent | 6d8766694198aff945f108745f5c43e100ad15a2 (diff) | |
download | haskell-5100993061f3c7ce3ac19005d88f8299bc54b797.tar.gz |
Remove redundant import
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/InteractiveUI.hs | 1 |
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) |