Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/afe9a3b0f1a28c364e8574c7d26962f89dd9806e

>---------------------------------------------------------------

commit afe9a3b0f1a28c364e8574c7d26962f89dd9806e
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Mon Jan 7 17:52:08 2013 +0000

    Remove two unused imports, detected by the fix to Trac #7454

>---------------------------------------------------------------

 compiler/basicTypes/Id.lhs  |    2 +-
 compiler/typecheck/Inst.lhs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/basicTypes/Id.lhs b/compiler/basicTypes/Id.lhs
index 9d42db0..cc7d4c5 100644
--- a/compiler/basicTypes/Id.lhs
+++ b/compiler/basicTypes/Id.lhs
@@ -98,7 +98,7 @@ import IdInfo
 import BasicTypes
 
 -- Imported and re-exported
-import Var( Var, Id, DictId,
+import Var( Id, DictId,
             idInfo, idDetails, globaliseId, varType,
             isId, isLocalId, isGlobalId, isExportedId )
 import qualified Var
diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs
index 905a473..f6e7b01 100644
--- a/compiler/typecheck/Inst.lhs
+++ b/compiler/typecheck/Inst.lhs
@@ -54,7 +54,7 @@ import Unify
 import HscTypes
 import Id
 import Name
-import Var      ( Var, EvVar, varType, setVarType )
+import Var      ( EvVar, varType, setVarType )
 import VarEnv
 import VarSet
 import PrelNames



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to