[commit: ghc] ghc-kinds: Remove unnecessary imports. (7368b0f)
José Pedro Magalhães
jpm at cs.uu.nl
Wed Oct 26 17:56:56 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/7368b0f1ad2df78131d6852acbd1975391a33cee
>---------------------------------------------------------------
commit 7368b0f1ad2df78131d6852acbd1975391a33cee
Author: Jose Pedro Magalhaes <jpm at cs.uu.nl>
Date: Wed Oct 26 16:54:39 2011 +0100
Remove unnecessary imports.
>---------------------------------------------------------------
compiler/typecheck/TcRules.lhs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcRules.lhs b/compiler/typecheck/TcRules.lhs
old mode 100644
new mode 100755
index d2f9d34..e8a5439
--- a/compiler/typecheck/TcRules.lhs
+++ b/compiler/typecheck/TcRules.lhs
@@ -13,13 +13,11 @@ import TcRnMonad
import TcSimplify
import TcMType
import TcType
-import Type( sortQuantVars )
import TcHsType
import TcExpr
import TcEnv
import Id
import Name
-import VarSet
import SrcLoc
import Outputable
import FastString
More information about the Cvs-ghc
mailing list