diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-02 11:37:53 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-02 11:37:53 +0100 |
commit | d6c01faed26f05ff2023587eccef822f91da23ad (patch) | |
tree | f2402538d1a4fa5cad4c99c3e25330e3c7758583 | |
parent | dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f (diff) | |
download | haskell-d6c01faed26f05ff2023587eccef822f91da23ad.tar.gz |
Remove redundant import
-rw-r--r-- | compiler/ghci/Debugger.hs | 1 |
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 |