Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464
http://hackage.haskell.org/trac/ghc/changeset/bbbcc83f8bb46b4d55d4ebab36845fa55365b9e2 >--------------------------------------------------------------- commit bbbcc83f8bb46b4d55d4ebab36845fa55365b9e2 Author: Jose Pedro Magalhaes <[email protected]> Date: Mon Sep 26 13:30:29 2011 +0200 Remove unnecessary import. >--------------------------------------------------------------- compiler/typecheck/TcDeriv.lhs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcDeriv.lhs b/compiler/typecheck/TcDeriv.lhs index 27b0aba..3beada3 100644 --- a/compiler/typecheck/TcDeriv.lhs +++ b/compiler/typecheck/TcDeriv.lhs @@ -22,7 +22,6 @@ import TcGenDeriv -- Deriv stuff import InstEnv import Inst import FamInstEnv -import FamInst import TcHsType import TcMType import TcSimplify _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
