From bf7f8200224b99c770f81d85f728db41b2d024bc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 14 Jan 2009 18:19:37 +0000 Subject: [PATCH] Remove redundant import; spotted by Thorkil Naur --- compiler/typecheck/TcTyClsDecls.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/typecheck/TcTyClsDecls.lhs b/compiler/typecheck/TcTyClsDecls.lhs index 18be4c3..9bfba3f 100644 --- a/compiler/typecheck/TcTyClsDecls.lhs +++ b/compiler/typecheck/TcTyClsDecls.lhs @@ -14,7 +14,6 @@ module TcTyClsDecls ( import HsSyn import HsTypes -import BasicTypes import HscTypes import BuildTyCl import TcUnify -- 1.7.10.4