[commit: ghc] master: Remove redundant import (d6c01fa)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 10:38:42 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d6c01faed26f05ff2023587eccef822f91da23ad/ghc
>---------------------------------------------------------------
commit d6c01faed26f05ff2023587eccef822f91da23ad
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 2 11:37:53 2015 +0100
Remove redundant import
>---------------------------------------------------------------
d6c01faed26f05ff2023587eccef822f91da23ad
compiler/ghci/Debugger.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs
index 6e891ba..ccd7f16 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
More information about the ghc-commits
mailing list