summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-02 11:37:53 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-02 11:37:53 +0100
commitd6c01faed26f05ff2023587eccef822f91da23ad (patch)
treef2402538d1a4fa5cad4c99c3e25330e3c7758583
parentdbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f (diff)
downloadhaskell-d6c01faed26f05ff2023587eccef822f91da23ad.tar.gz
Remove redundant import
-rw-r--r--compiler/ghci/Debugger.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs
index 6e891ba798..ccd7f16e0e 100644
--- a/compiler/ghci/Debugger.hs
+++ b/compiler/ghci/Debugger.hs
@@ -24,7 +24,6 @@ import IfaceEnv( newInteractiveBinder )
import Name
import Var hiding ( varName )
import VarSet
-import UniqSupply
import Type
import Kind
import GHC